/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name: SONY GED
Author: Bento Graphics

Stylesheet: Main Stylesheet

******************************************************************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 12, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 31, ../scss/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 52, ../scss/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 77, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/partials/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 97, ../scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 105, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 119, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 128, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 136, ../scss/partials/_normalize.scss */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 146, ../scss/partials/_normalize.scss */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../scss/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 166, ../scss/partials/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 177, ../scss/partials/_normalize.scss */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 185, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 197, ../scss/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 205, ../scss/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 212, ../scss/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 218, ../scss/partials/_normalize.scss */
small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 226, ../scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 234, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 238, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 250, ../scss/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 257, ../scss/partials/_normalize.scss */
dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 265, ../scss/partials/_normalize.scss */
menu {
  padding: 0 0 0 40px;
}

/* line 269, ../scss/partials/_normalize.scss */
ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 279, ../scss/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 293, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 301, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 313, ../scss/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 325, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 336, ../scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 347, ../scss/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 361, ../scss/partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 373, ../scss/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 386, ../scss/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 398, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 408, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 420, ../scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 432, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 441, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 452, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 465, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 472, ../scss/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 479, ../scss/partials/_normalize.scss */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 487, ../scss/partials/_normalize.scss */
.clearfix, .cf {
  zoom: 1;
}
/* line 489, ../scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
/* line 490, ../scss/partials/_normalize.scss */
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 497, ../scss/partials/_normalize.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************
Stylesheet: Variables
******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 14, ../scss/font-awesome.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa span {
  display: none;
}

/* makes the font 33% larger relative to the icon container */
/* line 23, ../scss/font-awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 28, ../scss/font-awesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 31, ../scss/font-awesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 34, ../scss/font-awesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 37, ../scss/font-awesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 40, ../scss/font-awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 44, ../scss/font-awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 49, ../scss/font-awesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 52, ../scss/font-awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 59, ../scss/font-awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 62, ../scss/font-awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 67, ../scss/font-awesome.scss */
.fa-pull-left {
  float: left;
}

/* line 70, ../scss/font-awesome.scss */
.fa-pull-right {
  float: right;
}

/* line 73, ../scss/font-awesome.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 76, ../scss/font-awesome.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 80, ../scss/font-awesome.scss */
.pull-right {
  float: right;
}

/* line 83, ../scss/font-awesome.scss */
.pull-left {
  float: left;
}

/* line 86, ../scss/font-awesome.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 89, ../scss/font-awesome.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 92, ../scss/font-awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 96, ../scss/font-awesome.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 120, ../scss/font-awesome.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 126, ../scss/font-awesome.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 132, ../scss/font-awesome.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 138, ../scss/font-awesome.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 144, ../scss/font-awesome.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 150, ../scss/font-awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 157, ../scss/font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 165, ../scss/font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 172, ../scss/font-awesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 175, ../scss/font-awesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 178, ../scss/font-awesome.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 183, ../scss/font-awesome.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 186, ../scss/font-awesome.scss */
.fa-music:before {
  content: "\f001";
}

/* line 189, ../scss/font-awesome.scss */
.fa-search:before {
  content: "\f002";
}

/* line 192, ../scss/font-awesome.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 195, ../scss/font-awesome.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 198, ../scss/font-awesome.scss */
.fa-star:before {
  content: "\f005";
}

/* line 201, ../scss/font-awesome.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 204, ../scss/font-awesome.scss */
.fa-user:before {
  content: "\f007";
}

/* line 207, ../scss/font-awesome.scss */
.fa-film:before {
  content: "\f008";
}

/* line 210, ../scss/font-awesome.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 213, ../scss/font-awesome.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 216, ../scss/font-awesome.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 219, ../scss/font-awesome.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 222, ../scss/font-awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 227, ../scss/font-awesome.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 230, ../scss/font-awesome.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 233, ../scss/font-awesome.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 236, ../scss/font-awesome.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 239, ../scss/font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 243, ../scss/font-awesome.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 246, ../scss/font-awesome.scss */
.fa-home:before {
  content: "\f015";
}

/* line 249, ../scss/font-awesome.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 252, ../scss/font-awesome.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 255, ../scss/font-awesome.scss */
.fa-road:before {
  content: "\f018";
}

/* line 258, ../scss/font-awesome.scss */
.fa-download:before {
  content: "\f019";
}

/* line 261, ../scss/font-awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 264, ../scss/font-awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 267, ../scss/font-awesome.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 270, ../scss/font-awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 273, ../scss/font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 277, ../scss/font-awesome.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 280, ../scss/font-awesome.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 283, ../scss/font-awesome.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 286, ../scss/font-awesome.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 289, ../scss/font-awesome.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 292, ../scss/font-awesome.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 295, ../scss/font-awesome.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 298, ../scss/font-awesome.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 301, ../scss/font-awesome.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 304, ../scss/font-awesome.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 307, ../scss/font-awesome.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 310, ../scss/font-awesome.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 313, ../scss/font-awesome.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 316, ../scss/font-awesome.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 319, ../scss/font-awesome.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 322, ../scss/font-awesome.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 325, ../scss/font-awesome.scss */
.fa-font:before {
  content: "\f031";
}

/* line 328, ../scss/font-awesome.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 331, ../scss/font-awesome.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 334, ../scss/font-awesome.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 337, ../scss/font-awesome.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 340, ../scss/font-awesome.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 343, ../scss/font-awesome.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 346, ../scss/font-awesome.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 349, ../scss/font-awesome.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 352, ../scss/font-awesome.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 355, ../scss/font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 359, ../scss/font-awesome.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 362, ../scss/font-awesome.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 365, ../scss/font-awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 370, ../scss/font-awesome.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 373, ../scss/font-awesome.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 376, ../scss/font-awesome.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 379, ../scss/font-awesome.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 382, ../scss/font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 386, ../scss/font-awesome.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 389, ../scss/font-awesome.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 392, ../scss/font-awesome.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 395, ../scss/font-awesome.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 398, ../scss/font-awesome.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 401, ../scss/font-awesome.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 404, ../scss/font-awesome.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 407, ../scss/font-awesome.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 410, ../scss/font-awesome.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 413, ../scss/font-awesome.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 416, ../scss/font-awesome.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 419, ../scss/font-awesome.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 422, ../scss/font-awesome.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 425, ../scss/font-awesome.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 428, ../scss/font-awesome.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 431, ../scss/font-awesome.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 434, ../scss/font-awesome.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 437, ../scss/font-awesome.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 440, ../scss/font-awesome.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 443, ../scss/font-awesome.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 446, ../scss/font-awesome.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 449, ../scss/font-awesome.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 452, ../scss/font-awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 455, ../scss/font-awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 458, ../scss/font-awesome.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 461, ../scss/font-awesome.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 464, ../scss/font-awesome.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 467, ../scss/font-awesome.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 470, ../scss/font-awesome.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 473, ../scss/font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 477, ../scss/font-awesome.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 480, ../scss/font-awesome.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 483, ../scss/font-awesome.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 486, ../scss/font-awesome.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 489, ../scss/font-awesome.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 492, ../scss/font-awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 495, ../scss/font-awesome.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 498, ../scss/font-awesome.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 501, ../scss/font-awesome.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 504, ../scss/font-awesome.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 507, ../scss/font-awesome.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 510, ../scss/font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 514, ../scss/font-awesome.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 517, ../scss/font-awesome.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 520, ../scss/font-awesome.scss */
.fa-random:before {
  content: "\f074";
}

/* line 523, ../scss/font-awesome.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 526, ../scss/font-awesome.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 529, ../scss/font-awesome.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 532, ../scss/font-awesome.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 535, ../scss/font-awesome.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 538, ../scss/font-awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 541, ../scss/font-awesome.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 544, ../scss/font-awesome.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 547, ../scss/font-awesome.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 550, ../scss/font-awesome.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 553, ../scss/font-awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 557, ../scss/font-awesome.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 560, ../scss/font-awesome.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 563, ../scss/font-awesome.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 566, ../scss/font-awesome.scss */
.fa-key:before {
  content: "\f084";
}

/* line 569, ../scss/font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 573, ../scss/font-awesome.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 576, ../scss/font-awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 579, ../scss/font-awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 582, ../scss/font-awesome.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 585, ../scss/font-awesome.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 588, ../scss/font-awesome.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 591, ../scss/font-awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 594, ../scss/font-awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 597, ../scss/font-awesome.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 600, ../scss/font-awesome.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 603, ../scss/font-awesome.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 606, ../scss/font-awesome.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 609, ../scss/font-awesome.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 612, ../scss/font-awesome.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 615, ../scss/font-awesome.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 618, ../scss/font-awesome.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 621, ../scss/font-awesome.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 624, ../scss/font-awesome.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 627, ../scss/font-awesome.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 630, ../scss/font-awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 634, ../scss/font-awesome.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 637, ../scss/font-awesome.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 640, ../scss/font-awesome.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 643, ../scss/font-awesome.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 647, ../scss/font-awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 650, ../scss/font-awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 653, ../scss/font-awesome.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 656, ../scss/font-awesome.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 659, ../scss/font-awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 662, ../scss/font-awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 665, ../scss/font-awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 668, ../scss/font-awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 671, ../scss/font-awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 674, ../scss/font-awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 677, ../scss/font-awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 680, ../scss/font-awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 683, ../scss/font-awesome.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 686, ../scss/font-awesome.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 689, ../scss/font-awesome.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 692, ../scss/font-awesome.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 695, ../scss/font-awesome.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 698, ../scss/font-awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 701, ../scss/font-awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 705, ../scss/font-awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 709, ../scss/font-awesome.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 712, ../scss/font-awesome.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 715, ../scss/font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 719, ../scss/font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 723, ../scss/font-awesome.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 726, ../scss/font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 730, ../scss/font-awesome.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 733, ../scss/font-awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 738, ../scss/font-awesome.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 741, ../scss/font-awesome.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 744, ../scss/font-awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 747, ../scss/font-awesome.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 750, ../scss/font-awesome.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 753, ../scss/font-awesome.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 756, ../scss/font-awesome.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 759, ../scss/font-awesome.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 762, ../scss/font-awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 765, ../scss/font-awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 768, ../scss/font-awesome.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 771, ../scss/font-awesome.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 774, ../scss/font-awesome.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 777, ../scss/font-awesome.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 780, ../scss/font-awesome.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 783, ../scss/font-awesome.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 786, ../scss/font-awesome.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 789, ../scss/font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 793, ../scss/font-awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 797, ../scss/font-awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 801, ../scss/font-awesome.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 804, ../scss/font-awesome.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 807, ../scss/font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 811, ../scss/font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 815, ../scss/font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 819, ../scss/font-awesome.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 822, ../scss/font-awesome.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 825, ../scss/font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 829, ../scss/font-awesome.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 832, ../scss/font-awesome.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 835, ../scss/font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 839, ../scss/font-awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 842, ../scss/font-awesome.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 845, ../scss/font-awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 848, ../scss/font-awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 851, ../scss/font-awesome.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 854, ../scss/font-awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 857, ../scss/font-awesome.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 860, ../scss/font-awesome.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 863, ../scss/font-awesome.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 866, ../scss/font-awesome.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 869, ../scss/font-awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 872, ../scss/font-awesome.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 875, ../scss/font-awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 878, ../scss/font-awesome.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 881, ../scss/font-awesome.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 884, ../scss/font-awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 887, ../scss/font-awesome.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 890, ../scss/font-awesome.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 893, ../scss/font-awesome.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 896, ../scss/font-awesome.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 899, ../scss/font-awesome.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 902, ../scss/font-awesome.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 905, ../scss/font-awesome.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 908, ../scss/font-awesome.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 911, ../scss/font-awesome.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 914, ../scss/font-awesome.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 917, ../scss/font-awesome.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 920, ../scss/font-awesome.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 923, ../scss/font-awesome.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 926, ../scss/font-awesome.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 929, ../scss/font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 933, ../scss/font-awesome.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 936, ../scss/font-awesome.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 939, ../scss/font-awesome.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 942, ../scss/font-awesome.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 945, ../scss/font-awesome.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 948, ../scss/font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 952, ../scss/font-awesome.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 955, ../scss/font-awesome.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 958, ../scss/font-awesome.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 961, ../scss/font-awesome.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 964, ../scss/font-awesome.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 967, ../scss/font-awesome.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 970, ../scss/font-awesome.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 973, ../scss/font-awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 976, ../scss/font-awesome.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 979, ../scss/font-awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 982, ../scss/font-awesome.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 985, ../scss/font-awesome.scss */
.fa-code:before {
  content: "\f121";
}

/* line 988, ../scss/font-awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 992, ../scss/font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 997, ../scss/font-awesome.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1000, ../scss/font-awesome.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1003, ../scss/font-awesome.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1006, ../scss/font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1010, ../scss/font-awesome.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1013, ../scss/font-awesome.scss */
.fa-info:before {
  content: "\f129";
}

/* line 1016, ../scss/font-awesome.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1019, ../scss/font-awesome.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1022, ../scss/font-awesome.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1025, ../scss/font-awesome.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1028, ../scss/font-awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1031, ../scss/font-awesome.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1034, ../scss/font-awesome.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1037, ../scss/font-awesome.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1040, ../scss/font-awesome.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1043, ../scss/font-awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1046, ../scss/font-awesome.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1049, ../scss/font-awesome.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1052, ../scss/font-awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1055, ../scss/font-awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1058, ../scss/font-awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1061, ../scss/font-awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1064, ../scss/font-awesome.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1067, ../scss/font-awesome.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1070, ../scss/font-awesome.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1073, ../scss/font-awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1076, ../scss/font-awesome.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1079, ../scss/font-awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1082, ../scss/font-awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1085, ../scss/font-awesome.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1088, ../scss/font-awesome.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1091, ../scss/font-awesome.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1094, ../scss/font-awesome.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1097, ../scss/font-awesome.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1100, ../scss/font-awesome.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1103, ../scss/font-awesome.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1106, ../scss/font-awesome.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1109, ../scss/font-awesome.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1112, ../scss/font-awesome.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1115, ../scss/font-awesome.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1118, ../scss/font-awesome.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1121, ../scss/font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1125, ../scss/font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1129, ../scss/font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1133, ../scss/font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1137, ../scss/font-awesome.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 1140, ../scss/font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1144, ../scss/font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1148, ../scss/font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1154, ../scss/font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1159, ../scss/font-awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1163, ../scss/font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1167, ../scss/font-awesome.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1170, ../scss/font-awesome.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1173, ../scss/font-awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1176, ../scss/font-awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1179, ../scss/font-awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1182, ../scss/font-awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1185, ../scss/font-awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1188, ../scss/font-awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1191, ../scss/font-awesome.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1194, ../scss/font-awesome.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1197, ../scss/font-awesome.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1200, ../scss/font-awesome.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1203, ../scss/font-awesome.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1206, ../scss/font-awesome.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1209, ../scss/font-awesome.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1212, ../scss/font-awesome.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1215, ../scss/font-awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1218, ../scss/font-awesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1221, ../scss/font-awesome.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1224, ../scss/font-awesome.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1227, ../scss/font-awesome.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1230, ../scss/font-awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1233, ../scss/font-awesome.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1236, ../scss/font-awesome.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1239, ../scss/font-awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1242, ../scss/font-awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1245, ../scss/font-awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1248, ../scss/font-awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1251, ../scss/font-awesome.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1254, ../scss/font-awesome.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1257, ../scss/font-awesome.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1260, ../scss/font-awesome.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1263, ../scss/font-awesome.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1266, ../scss/font-awesome.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1269, ../scss/font-awesome.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1272, ../scss/font-awesome.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1275, ../scss/font-awesome.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1278, ../scss/font-awesome.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1281, ../scss/font-awesome.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1285, ../scss/font-awesome.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1288, ../scss/font-awesome.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1291, ../scss/font-awesome.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1294, ../scss/font-awesome.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1297, ../scss/font-awesome.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1300, ../scss/font-awesome.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1303, ../scss/font-awesome.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1306, ../scss/font-awesome.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1309, ../scss/font-awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1312, ../scss/font-awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1315, ../scss/font-awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1318, ../scss/font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1322, ../scss/font-awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1325, ../scss/font-awesome.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1328, ../scss/font-awesome.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1331, ../scss/font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1335, ../scss/font-awesome.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1338, ../scss/font-awesome.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1341, ../scss/font-awesome.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1344, ../scss/font-awesome.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1347, ../scss/font-awesome.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1350, ../scss/font-awesome.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1353, ../scss/font-awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1358, ../scss/font-awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1362, ../scss/font-awesome.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1365, ../scss/font-awesome.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1368, ../scss/font-awesome.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1371, ../scss/font-awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1374, ../scss/font-awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1377, ../scss/font-awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1380, ../scss/font-awesome.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1383, ../scss/font-awesome.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1386, ../scss/font-awesome.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1389, ../scss/font-awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1392, ../scss/font-awesome.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1395, ../scss/font-awesome.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1398, ../scss/font-awesome.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1401, ../scss/font-awesome.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1404, ../scss/font-awesome.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 1407, ../scss/font-awesome.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 1410, ../scss/font-awesome.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1413, ../scss/font-awesome.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1416, ../scss/font-awesome.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1419, ../scss/font-awesome.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1422, ../scss/font-awesome.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1425, ../scss/font-awesome.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1428, ../scss/font-awesome.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1431, ../scss/font-awesome.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1434, ../scss/font-awesome.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1437, ../scss/font-awesome.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1441, ../scss/font-awesome.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1445, ../scss/font-awesome.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1448, ../scss/font-awesome.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1451, ../scss/font-awesome.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1454, ../scss/font-awesome.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1457, ../scss/font-awesome.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1460, ../scss/font-awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1463, ../scss/font-awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1466, ../scss/font-awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1469, ../scss/font-awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1472, ../scss/font-awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1477, ../scss/font-awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1481, ../scss/font-awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1485, ../scss/font-awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1489, ../scss/font-awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1492, ../scss/font-awesome.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1495, ../scss/font-awesome.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1498, ../scss/font-awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1501, ../scss/font-awesome.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1508, ../scss/font-awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1511, ../scss/font-awesome.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1516, ../scss/font-awesome.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1520, ../scss/font-awesome.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1523, ../scss/font-awesome.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1526, ../scss/font-awesome.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1531, ../scss/font-awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1534, ../scss/font-awesome.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1537, ../scss/font-awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1541, ../scss/font-awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1545, ../scss/font-awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1549, ../scss/font-awesome.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 1552, ../scss/font-awesome.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1555, ../scss/font-awesome.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 1558, ../scss/font-awesome.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1561, ../scss/font-awesome.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1564, ../scss/font-awesome.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1567, ../scss/font-awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1570, ../scss/font-awesome.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1573, ../scss/font-awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1577, ../scss/font-awesome.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1580, ../scss/font-awesome.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1583, ../scss/font-awesome.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1586, ../scss/font-awesome.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1589, ../scss/font-awesome.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1592, ../scss/font-awesome.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1595, ../scss/font-awesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1598, ../scss/font-awesome.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1601, ../scss/font-awesome.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1604, ../scss/font-awesome.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1607, ../scss/font-awesome.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1610, ../scss/font-awesome.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1613, ../scss/font-awesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1616, ../scss/font-awesome.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1619, ../scss/font-awesome.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1622, ../scss/font-awesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1625, ../scss/font-awesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1628, ../scss/font-awesome.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1631, ../scss/font-awesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1634, ../scss/font-awesome.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1637, ../scss/font-awesome.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1640, ../scss/font-awesome.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 1643, ../scss/font-awesome.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1646, ../scss/font-awesome.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1649, ../scss/font-awesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1652, ../scss/font-awesome.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1655, ../scss/font-awesome.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1658, ../scss/font-awesome.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1661, ../scss/font-awesome.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1664, ../scss/font-awesome.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1667, ../scss/font-awesome.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1670, ../scss/font-awesome.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1673, ../scss/font-awesome.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1676, ../scss/font-awesome.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 1679, ../scss/font-awesome.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1682, ../scss/font-awesome.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 1685, ../scss/font-awesome.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 1688, ../scss/font-awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1693, ../scss/font-awesome.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1696, ../scss/font-awesome.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1699, ../scss/font-awesome.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1702, ../scss/font-awesome.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1705, ../scss/font-awesome.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1708, ../scss/font-awesome.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1711, ../scss/font-awesome.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1714, ../scss/font-awesome.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1717, ../scss/font-awesome.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1720, ../scss/font-awesome.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1723, ../scss/font-awesome.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1726, ../scss/font-awesome.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1729, ../scss/font-awesome.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 1732, ../scss/font-awesome.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1735, ../scss/font-awesome.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1738, ../scss/font-awesome.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1741, ../scss/font-awesome.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1744, ../scss/font-awesome.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1747, ../scss/font-awesome.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1750, ../scss/font-awesome.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 1753, ../scss/font-awesome.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 1756, ../scss/font-awesome.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1760, ../scss/font-awesome.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1763, ../scss/font-awesome.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1766, ../scss/font-awesome.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1769, ../scss/font-awesome.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1772, ../scss/font-awesome.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1775, ../scss/font-awesome.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1778, ../scss/font-awesome.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1781, ../scss/font-awesome.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1784, ../scss/font-awesome.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1787, ../scss/font-awesome.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1790, ../scss/font-awesome.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1793, ../scss/font-awesome.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1796, ../scss/font-awesome.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1799, ../scss/font-awesome.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1802, ../scss/font-awesome.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1805, ../scss/font-awesome.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1809, ../scss/font-awesome.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1812, ../scss/font-awesome.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1815, ../scss/font-awesome.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1818, ../scss/font-awesome.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 1821, ../scss/font-awesome.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1825, ../scss/font-awesome.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1828, ../scss/font-awesome.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1831, ../scss/font-awesome.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1834, ../scss/font-awesome.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1838, ../scss/font-awesome.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1842, ../scss/font-awesome.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1846, ../scss/font-awesome.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1850, ../scss/font-awesome.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1854, ../scss/font-awesome.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1857, ../scss/font-awesome.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1860, ../scss/font-awesome.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 1863, ../scss/font-awesome.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1866, ../scss/font-awesome.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1869, ../scss/font-awesome.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1872, ../scss/font-awesome.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1875, ../scss/font-awesome.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1878, ../scss/font-awesome.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 1881, ../scss/font-awesome.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1884, ../scss/font-awesome.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1887, ../scss/font-awesome.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1891, ../scss/font-awesome.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1895, ../scss/font-awesome.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1899, ../scss/font-awesome.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1902, ../scss/font-awesome.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1906, ../scss/font-awesome.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1910, ../scss/font-awesome.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1913, ../scss/font-awesome.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1916, ../scss/font-awesome.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1919, ../scss/font-awesome.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1922, ../scss/font-awesome.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1925, ../scss/font-awesome.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1928, ../scss/font-awesome.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1931, ../scss/font-awesome.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1934, ../scss/font-awesome.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 1937, ../scss/font-awesome.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1940, ../scss/font-awesome.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1943, ../scss/font-awesome.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1946, ../scss/font-awesome.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1949, ../scss/font-awesome.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1952, ../scss/font-awesome.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1955, ../scss/font-awesome.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1958, ../scss/font-awesome.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 1961, ../scss/font-awesome.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 1964, ../scss/font-awesome.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 1967, ../scss/font-awesome.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1970, ../scss/font-awesome.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1974, ../scss/font-awesome.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 1977, ../scss/font-awesome.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 1980, ../scss/font-awesome.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 1983, ../scss/font-awesome.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1986, ../scss/font-awesome.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1989, ../scss/font-awesome.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1992, ../scss/font-awesome.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 1995, ../scss/font-awesome.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 1998, ../scss/font-awesome.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2001, ../scss/font-awesome.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2004, ../scss/font-awesome.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 2007, ../scss/font-awesome.scss */
.fa-map:before {
  content: "\f279";
}

/* line 2010, ../scss/font-awesome.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2013, ../scss/font-awesome.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2016, ../scss/font-awesome.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2019, ../scss/font-awesome.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2022, ../scss/font-awesome.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2025, ../scss/font-awesome.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2028, ../scss/font-awesome.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2031, ../scss/font-awesome.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 2034, ../scss/font-awesome.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2037, ../scss/font-awesome.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2040, ../scss/font-awesome.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 2043, ../scss/font-awesome.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2046, ../scss/font-awesome.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 2049, ../scss/font-awesome.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2052, ../scss/font-awesome.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2055, ../scss/font-awesome.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2058, ../scss/font-awesome.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2061, ../scss/font-awesome.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2064, ../scss/font-awesome.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2067, ../scss/font-awesome.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2070, ../scss/font-awesome.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2073, ../scss/font-awesome.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2076, ../scss/font-awesome.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2079, ../scss/font-awesome.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2082, ../scss/font-awesome.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2085, ../scss/font-awesome.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 2088, ../scss/font-awesome.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2091, ../scss/font-awesome.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2094, ../scss/font-awesome.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2097, ../scss/font-awesome.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 2100, ../scss/font-awesome.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2103, ../scss/font-awesome.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2106, ../scss/font-awesome.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2109, ../scss/font-awesome.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 2112, ../scss/font-awesome.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2115, ../scss/font-awesome.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2118, ../scss/font-awesome.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2121, ../scss/font-awesome.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2124, ../scss/font-awesome.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2128, ../scss/font-awesome.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2133, ../scss/font-awesome.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2136, ../scss/font-awesome.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2139, ../scss/font-awesome.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2143, ../scss/font-awesome.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2146, ../scss/font-awesome.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2149, ../scss/font-awesome.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2152, ../scss/font-awesome.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2155, ../scss/font-awesome.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2158, ../scss/font-awesome.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2161, ../scss/font-awesome.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2164, ../scss/font-awesome.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2167, ../scss/font-awesome.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2170, ../scss/font-awesome.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2173, ../scss/font-awesome.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2177, ../scss/font-awesome.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2181, ../scss/font-awesome.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2191, ../scss/font-awesome.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/******************************************************************

Stylesheet: Typography

******************************************************************/
/* line 26, ../scss/partials/_typography.scss */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
/*
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
*/
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Stylesheet: Mixins Stylesheet

******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
/* line 35, ../scss/partials/_grid.scss */
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  /* line 49, ../scss/partials/_grid.scss */
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 55, ../scss/partials/_grid.scss */
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 60, ../scss/partials/_grid.scss */
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 65, ../scss/partials/_grid.scss */
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 70, ../scss/partials/_grid.scss */
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 75, ../scss/partials/_grid.scss */
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 86, ../scss/partials/_grid.scss */
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 92, ../scss/partials/_grid.scss */
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 97, ../scss/partials/_grid.scss */
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 102, ../scss/partials/_grid.scss */
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 107, ../scss/partials/_grid.scss */
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 112, ../scss/partials/_grid.scss */
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 117, ../scss/partials/_grid.scss */
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 122, ../scss/partials/_grid.scss */
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 127, ../scss/partials/_grid.scss */
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 132, ../scss/partials/_grid.scss */
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  /* line 142, ../scss/partials/_grid.scss */
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 148, ../scss/partials/_grid.scss */
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 153, ../scss/partials/_grid.scss */
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 158, ../scss/partials/_grid.scss */
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 163, ../scss/partials/_grid.scss */
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 168, ../scss/partials/_grid.scss */
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 173, ../scss/partials/_grid.scss */
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 178, ../scss/partials/_grid.scss */
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 183, ../scss/partials/_grid.scss */
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 188, ../scss/partials/_grid.scss */
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  /* line 193, ../scss/partials/_grid.scss */
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  /* line 198, ../scss/partials/_grid.scss */
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  /* line 203, ../scss/partials/_grid.scss */
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  /* line 208, ../scss/partials/_grid.scss */
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  /* line 213, ../scss/partials/_grid.scss */
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  /* line 218, ../scss/partials/_grid.scss */
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  /* line 223, ../scss/partials/_grid.scss */
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  /* line 228, ../scss/partials/_grid.scss */
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  /* line 233, ../scss/partials/_grid.scss */
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  /* line 238, ../scss/partials/_grid.scss */
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  /* line 243, ../scss/partials/_grid.scss */
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }

  /* line 248, ../scss/partials/_grid.scss */
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/******************************************************************

Stylesheet: WMPL Language Customizations

******************************************************************/
/* line 8, ../scss/partials/_wpml.scss */
.entry-content ol li::before {
  font-family: "SST W20 Medium", "SST W20 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 18, ../scss/partials/_wpml.scss */
body.en {
  font-family: "SST W20 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 23, ../scss/partials/_wpml.scss */
body.en .entry-content h1, body.en .entry-content h2, body.en .entry-content h3, body.en .entry-content h4, body.en .entry-content h5, body.en .entry-content h6,
body.en .article-header h1,
body.en .article-header h2,
body.en .article-header h3,
body.en .article-header h4,
body.en .article-header h5,
body.en .article-header h6 {
  font-family: "SST W20 Medium", "SST W20 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 27, ../scss/partials/_wpml.scss */
body.en .blue-btn,
body.en b, body.en strong, body.en .strong {
  font-family: "SST W20 Medium", "SST W20 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal !important;
}
/* line 34, ../scss/partials/_wpml.scss */
body.en strong em, body.en strong i, body.en .strong em, body.en .strong i {
  font-family: "SST W20 Medium Italic", "SST W20 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 39, ../scss/partials/_wpml.scss */
body.en .italic,
body.en em,
body.en blockquote {
  font-family: "SST W20 Italic", "SST W20 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 45, ../scss/partials/_wpml.scss */
body.en dfn, body.en em, body.en .em {
  font-style: normal !important;
}
/* line 49, ../scss/partials/_wpml.scss */
body.en .light {
  font-family: "SST W20 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 56, ../scss/partials/_wpml.scss */
body.ja {
  font-family: "SST W55 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 62, ../scss/partials/_wpml.scss */
body.ja .entry-content h1, body.ja .entry-content h2, body.ja .entry-content h3, body.ja .entry-content h4, body.ja .entry-content h5, body.ja .entry-content h6,
body.ja .article-header h1,
body.ja .article-header h2,
body.ja .article-header h3,
body.ja .article-header h4,
body.ja .article-header h5,
body.ja .article-header h6 {
  font-family: "SST W55 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 67, ../scss/partials/_wpml.scss */
body.ja .entry-content blockquote p,
body.ja .article-header blockquote p {
  font-size: 20px;
  line-height: 34px;
  font-style: normal;
}
/* line 74, ../scss/partials/_wpml.scss */
body.ja .blue-btn,
body.ja b, body.ja strong, body.ja .strong {
  font-family: "SST W55 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 79, ../scss/partials/_wpml.scss */
body.ja .italic,
body.ja em,
body.ja blockquote {
  font-family: "SST W55 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
}
/* line 86, ../scss/partials/_wpml.scss */
body.ja .light {
  font-family: "SST W55 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 90, ../scss/partials/_wpml.scss */
body.ja .article-meta {
  font-family: "SST W55 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  /* line 97, ../scss/partials/_wpml.scss */
  body.ja .entry-content h1,
  body.ja .article-header h1 {
    font-size: 40px;
  }
  /* line 100, ../scss/partials/_wpml.scss */
  body.ja .entry-content h2,
  body.ja .article-header h2 {
    font-size: 32px;
  }
}

/* line 112, ../scss/partials/_wpml.scss */
body.zh-hans {
  font-family: "Tahoma","arial","Hiragino Sans GB","Microsoft Yahei","\5b8b\4f53";
}
/* line 116, ../scss/partials/_wpml.scss */
body.zh-hans .entry-content blockquote {
  font-style: normal;
}
/* line 119, ../scss/partials/_wpml.scss */
body.zh-hans .entry-content blockquote p {
  font-size: 20px;
  line-height: 34px;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  /* line 130, ../scss/partials/_wpml.scss */
  body.zh-hans .entry-content h1,
  body.zh-hans .article-header h1 {
    font-size: 40px;
  }
  /* line 133, ../scss/partials/_wpml.scss */
  body.zh-hans .entry-content h2,
  body.zh-hans .article-header h2 {
    font-size: 32px;
  }
}

/* line 146, ../scss/partials/_wpml.scss */
body.zh-hans .entry-content p,
body.ja .entry-content p {
  font-size: 16px;
  line-height: 30px;
}

/* line 156, ../scss/partials/_wpml.scss */
body.en .visible-ch, body.ja .visible-ch {
  display: none;
}

/* line 162, ../scss/partials/_wpml.scss */
body.zh-hans .hidden-ch {
  display: none;
}

/*********************
IMPORTING MODULES
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/* line 15, ../scss/modules/_alerts.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 21, ../scss/modules/_alerts.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 27, ../scss/modules/_alerts.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 33, ../scss/modules/_alerts.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 39, ../scss/modules/_alerts.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Stylesheet: Button Styles

******************************************************************/
/* line 7, ../scss/modules/_buttons.scss */
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  line-height: 49px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 500px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
/* line 23, ../scss/modules/_buttons.scss */
.blue-btn:hover, .blue-btn:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
/* line 30, ../scss/modules/_buttons.scss */
.blue-btn:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
/* line 41, ../scss/modules/_buttons.scss */
.blue-btn {
  background-color: #2da8b3;
}
/* line 45, ../scss/modules/_buttons.scss */
.blue-btn:hover, .blue-btn:focus {
  background-color: #2999a3;
}
/* line 50, ../scss/modules/_buttons.scss */
.blue-btn:active {
  background-color: #28959f;
}

/******************************************************************
Stylesheet: Form Styles
******************************************************************/
/*********************
INPUTS
*********************/
/* line 10, ../scss/modules/_forms.scss */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 49px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #2da8b3;
  border-radius: 0;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
/* line 45, ../scss/modules/_forms.scss */
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #f7f8fa;
  outline: none;
}
/* line 52, ../scss/modules/_forms.scss */
input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
/* line 64, ../scss/modules/_forms.scss */
input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
/* line 76, ../scss/modules/_forms.scss */
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
/* line 82, ../scss/modules/_forms.scss */
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

/* line 92, ../scss/modules/_forms.scss */
input[type="password"] {
  letter-spacing: 0.3em;
}

/* line 97, ../scss/modules/_forms.scss */
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

/* line 104, ../scss/modules/_forms.scss */
select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/* line 117, ../scss/modules/_forms.scss */
.form-style {
  height: 49px;
  font-size: 22px;
}

/*********************
BASE (MOBILE) SIZE
*********************/
@media only screen and (max-width: 767px) {
  /******************************************************************
  
  Stylesheet: Less than 768
  
  ******************************************************************/
  /* line 7, ../scss/breakpoints/_mobile.scss */
  html,
  body {
    width: 100%;
    height: 100%;
  }

  /* line 15, ../scss/breakpoints/_mobile.scss */
  .entry-content h1,
  .entry-content h2 {
    line-height: 40px !important;
  }

  /* line 24, ../scss/breakpoints/_mobile.scss */
  #toggle-menu-content .menu-main-block > li:last-child {
    display: none !important;
  }

  /* line 29, ../scss/breakpoints/_mobile.scss */
  #check-me {
    float: left;
  }
}
/******************************************************************
Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 10, ../scss/breakpoints/_base.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* line 19, ../scss/breakpoints/_base.scss */
.noscroll {
  overflow: hidden !important;
}

/*********************
LAYOUT & GRID STYLES
*********************/
/* line 28, ../scss/breakpoints/_base.scss */
.wrap {
  width: calc(100% - 30px);
  margin: 0 auto;
  max-width: 1200px;
}

/* line 34, ../scss/breakpoints/_base.scss */
#container {
  padding-top: 70px;
}

/*********************
LINK STYLES
*********************/
/* line 42, ../scss/breakpoints/_base.scss */
a, a:visited {
  color: #333;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 47, ../scss/breakpoints/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #333;
  outline: none;
}
/* line 58, ../scss/breakpoints/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* line 68, ../scss/breakpoints/_base.scss */
a.see-other {
  border: none !important;
  color: #2da8b3 !important;
  font-size: 14px;
}
/* line 73, ../scss/breakpoints/_base.scss */
a.see-other:hover, a.see-other:focus {
  color: #f05a3d !important;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 82, ../scss/breakpoints/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  color: #333;
}

/* line 88, ../scss/breakpoints/_base.scss */
h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}

/* line 93, ../scss/breakpoints/_base.scss */
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
}

/* line 98, ../scss/breakpoints/_base.scss */
h3, .h3 {
  font-size: 1.125em;
}

/* line 104, ../scss/breakpoints/_base.scss */
p {
  color: #333;
}

/*********************
HEADER STYLES
*********************/
/* line 112, ../scss/breakpoints/_base.scss */
.header {
  background-color: #fff;
  height: 70px !important;
  border-bottom: solid 1px #efefef;
  /* position: fixed; */
  position: sticky;
  /* top: 37px; */ /* TODO: remove */
  top: 0;
  /* right: 0; */
  /* left: 0; */
  z-index: 700;
}
@media only screen and (max-width: 767px) {
  /* top: 23.5px; */ /* TODO: remove */
}

/* line 124, ../scss/breakpoints/_base.scss */
.header a:hover, .header a:active, .header a.active, .header a:visited:hover, .header a:visited:active, .header a:visited.active {
  color: #f05a3d;
  cursor: pointer;
}

/* sony header */
header#sony-header {
  background: #000;
  padding: 12px 15px;
  display: flex;
  justify-content: flex-end;
}

header#sony-header > a {
  display: flex;
}

header#sony-header > a > img {
  width: 71px;
  height: 13px;
}

@media only screen and (max-width: 767px) {
  header#sony-header {
    background: #000;
    padding: 7.5px 10px;
  }
  header#sony-header > a > img {
    width: 47.5px;
    height: 8.5px;
  }
}

/* line 131, ../scss/breakpoints/_base.scss */
#logo-header {
  /*background: url("../images/svg/logo_header_tablet_mobile.svg") no-repeat;*/
  background: url("../images/logo_sged.png") no-repeat;
  background-size: 100%;
  background-position: center;
  /*width: 23px;*/
  /*height: 70px;*/
  margin-top: 18px;
  width: 74px;
  height: 28px;
  display: inline-block;
  float: left;
}

#header-nav-3 {
  float: right;
  height: 70px;
}

#header-nav-3 #burger-btn,
#header-nav-3 #search-btn,
#header-nav-3 #header-lang {
  display: inline-block;
}

/* line 141, ../scss/breakpoints/_base.scss */
#burger-btn,
#search-btn,
#header-lang {
/*
  float: right;
  display: inline-block;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
*/
}

/* line 151, ../scss/breakpoints/_base.scss */
/*#burger-btn {*/
#burger-btn img {
  /*background-image: url("../images/svg/icon_menu.svg");*/
  width: 21px;
  height: 70px;
  margin-right: 5px;
  margin-left: 15px;
}
/* line 158, ../scss/breakpoints/_base.scss */
#burger-btn:hover, #burger-btn:active, #burger-btn.active {
  /*background-image: url("../images/svg/icon_menu_active.svg");*/
}

/* line 162, ../scss/breakpoints/_base.scss */
/*#search-btn {*/
#search-btn img {
  /*background-image: url("../images/svg/icon_search.svg");*/
  width: 18px;
  height: 70px;
  margin: 0 15px;
}
/* line 168, ../scss/breakpoints/_base.scss */
#search-btn.active, #search-btn:hover, #search-btn:active {
  /*background-image: url("../images/svg/icon_search_active.svg");*/
}

/* line 173, ../scss/breakpoints/_base.scss */
#header-lang {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
/* line 177, ../scss/breakpoints/_base.scss */
#header-lang li {
  display: inline-block;
  /*float: right;*/
  margin: 0 10px 0 0;
  font-size: 12px;
}
/* line 183, ../scss/breakpoints/_base.scss */
#header-lang li a {
  color: #4a4a4a;
  line-height: 70px;
  display: inline-block;
  padding: 0 5px;
}
/* line 189, ../scss/breakpoints/_base.scss */
#header-lang li a:hover, #header-lang li a:active {
  color: #f05a3d;
}

/* social */
/* line 197, ../scss/breakpoints/_base.scss */
#header-social {
  display: none;
  padding-left: 30px;
}
/* line 201, ../scss/breakpoints/_base.scss */
#header-social a {
  line-height: 70px;
  height: 70px;
  display: inline-block;
  background-position: center;
}

/* line 208, ../scss/breakpoints/_base.scss */
.social-i {
  margin: 0 5px;
  padding: 0 5px;
}

/* line 212, ../scss/breakpoints/_base.scss */
.social-small {
  display: inline-block;
  margin: 0 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 22px;
}
/* line 219, ../scss/breakpoints/_base.scss */
.social-small.social-wechat {
  background-image: url("../images/svg/CH_icon_header_WeChat.svg");
  width: 19px;
}
/* line 223, ../scss/breakpoints/_base.scss */
.social-small.social-wechat:hover, .social-small.social-wechat:active {
  background-image: url("../images/svg/CH_icon_header_WeChat_active.svg");
}
/* line 227, ../scss/breakpoints/_base.scss */
.social-small.social-weibo {
  background-image: url("../images/svg/CH_icon_header_Weibo.svg");
  width: 20px;
}
/* line 231, ../scss/breakpoints/_base.scss */
.social-small.social-weibo:hover, .social-small.social-weibo:active {
  background-image: url("../images/svg/CH_icon_header_Weibo_active.svg");
}

/*********************
NAVIGATION STYLES
*********************/
/* line 242, ../scss/breakpoints/_base.scss */
nav ul {
  margin: 0;
}

/* line 246, ../scss/breakpoints/_base.scss */
#toggle-menu-content,
#toggle-menu-content-2,
#search-screen {
  background: #fff;
  position: fixed;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
/* line 263, ../scss/breakpoints/_base.scss */
#toggle-menu-content.open,
#toggle-menu-content-2.open,
#search-screen.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}

/* line 273, ../scss/breakpoints/_base.scss */
#toggle-menu-content {
  padding: 20px 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 279, ../scss/breakpoints/_base.scss */
#toggle-menu-content-2 {
  text-align: center;
}
/* line 282, ../scss/breakpoints/_base.scss */
#toggle-menu-content-2 > ul {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
/* line 292, ../scss/breakpoints/_base.scss */
#toggle-menu-content-2 > ul > li {
  display: none;
}
/* line 295, ../scss/breakpoints/_base.scss */
#toggle-menu-content-2 > ul > li.menu-item-has-children {
  display: block;
}
/* line 298, ../scss/breakpoints/_base.scss */
#toggle-menu-content-2 > ul > li.menu-item-has-children > a {
  display: none;
}
/* line 303, ../scss/breakpoints/_base.scss */
#toggle-menu-content-2 > ul > li .sub-menu {
  display: block;
}
/* line 307, ../scss/breakpoints/_base.scss */
#toggle-menu-content-2 .menu-item-has-children li {
  background: url("../images/svg/featured_HR_line.svg") no-repeat center bottom;
  background-size: 293px 7px;
  padding: 50px 0 57px 0;
}
/* line 312, ../scss/breakpoints/_base.scss */
#toggle-menu-content-2 .menu-item-has-children li:last-child {
  background: transparent;
}
/* line 317, ../scss/breakpoints/_base.scss */
#toggle-menu-content-2 a {
  font-size: 48px;
  color: #2da8b3;
}
/* line 321, ../scss/breakpoints/_base.scss */
#toggle-menu-content-2 a:hover, #toggle-menu-content-2 a:active, #toggle-menu-content-2 a.active {
  color: #f05a3d;
}

/* Search */
/* line 328, ../scss/breakpoints/_base.scss */
.searchform {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 343, ../scss/breakpoints/_base.scss */
.searchform .s,
.searchform-page .s {
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: calc(100% - 32px);
  margin: 0 auto;
  background-color: rgba(215, 215, 215, 0.45);
  background-image: url("../images/svg/icon_search.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: right 20px center;
  padding-left: 20px;
}
/* line 354, ../scss/breakpoints/_base.scss */
.searchform .s:focus, .searchform .s:active,
.searchform-page .s:focus,
.searchform-page .s:active {
  background-image: url("../images/svg/icon_search_active.svg");
}

/* line 362, ../scss/breakpoints/_base.scss */
.current-menu-item > a {
  color: #f05a3d !important;
}

/* line 367, ../scss/breakpoints/_base.scss */
.menu-main {
  border-bottom: 0;
  margin: 0;
  width: 100%;
  overflow: hideen;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 375, ../scss/breakpoints/_base.scss */
.menu-main > li > a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 382, ../scss/breakpoints/_base.scss */
.menu-main li {
  line-height: 38px;
  font-size: 16px;
}
/* line 388, ../scss/breakpoints/_base.scss */
.menu-main li.menu-item-has-children > a {
  position: relative;
  padding-right: 30px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 396, ../scss/breakpoints/_base.scss */
.menu-main li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  font-size: 32px;
  color: #2da8b3;
  top: 0;
  right: 5px;
  z-index: 1;
}
/* line 407, ../scss/breakpoints/_base.scss */
.menu-main li.menu-item-has-children > a:hover, .menu-main li.menu-item-has-children > a:active {
  cursor: pointer;
}
/* line 410, ../scss/breakpoints/_base.scss */
.menu-main li.menu-item-has-children > a:hover:after, .menu-main li.menu-item-has-children > a:active:after {
  color: #f05a3d;
}
/* line 416, ../scss/breakpoints/_base.scss */
.menu-main li.menu-item-has-children > a.active:after {
  content: "\f106";
  color: #f05a3d;
}
/* line 424, ../scss/breakpoints/_base.scss */
.menu-main li a {
  display: block;
  color: #2da8b3;
}
/* line 428, ../scss/breakpoints/_base.scss */
.menu-main li a:hover, .menu-main li a:focus {
  color: #f05a3d;
}
/* line 433, ../scss/breakpoints/_base.scss */
.menu-main li a.active {
  color: #f05a3d;
}
/* line 436, ../scss/breakpoints/_base.scss */
.menu-main li a.active + ul.sub-menu {
  display: block;
}
/* line 442, ../scss/breakpoints/_base.scss */
.menu-main li .cat-toggle-inner,
.menu-main li .topics-toggle-inner {
  margin: 0;
  display: none;
}
/* line 448, ../scss/breakpoints/_base.scss */
.menu-main li ul.sub-menu {
  display: none;
  margin: 0;
}

/* end .nav */
/* line 470, ../scss/breakpoints/_base.scss */
.menu-main-block > li:first-child > a {
  display: none;
}
/* line 474, ../scss/breakpoints/_base.scss */
.menu-main-block > li:first-child > ul.sub-menu {
  display: block;
}
/* line 477, ../scss/breakpoints/_base.scss */
.menu-main-block > li:first-child > ul.sub-menu > li > a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

/* secondary nav */
/* line 488, ../scss/breakpoints/_base.scss */
#header-nav-2 {
  float: left;
  display: none;
}
/* line 492, ../scss/breakpoints/_base.scss */
#header-nav-2 .menu {
  margin: 0;
  padding: 0;
}
/* line 496, ../scss/breakpoints/_base.scss */
#header-nav-2 .menu > li {
  display: inline-block;
  margin: 0 15px;
}
/* line 500, ../scss/breakpoints/_base.scss */
#header-nav-2 .menu > li > a {
  height: 70px;
  line-height: 70px;
  display: inline-block;
}
/* line 506, ../scss/breakpoints/_base.scss */
#header-nav-2 .menu > li ul.sub-menu {
  display: none;
}

/*********************
GRID BOX
*********************/
/* line 517, ../scss/breakpoints/_base.scss */
.grid-wrap {
  margin-top: 5px;
  margin-bottom: 5px;
  width: calc(100% - 20px) !important;
}

/* line 523, ../scss/breakpoints/_base.scss */
.grid-wrap-archive .grid-box-15,
.grid-wrap-archive .grid-box-16,
.grid-wrap-archive .grid-box-17 {
  display: none !important;
}

/* line 529, ../scss/breakpoints/_base.scss */
.grid-box {
  width: calc(100% - 10px);
  position: relative;
  margin: 5px;
}
/* line 534, ../scss/breakpoints/_base.scss */
.grid-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}

/* line 540, ../scss/breakpoints/_base.scss */
.grid-box-0 {
  z-index: 650;
}

/* line 545, ../scss/breakpoints/_base.scss */
.grid-box-instagram::after,
.grid-box-twitter::after {
  font-family: FontAwesome;
  position: absolute;
  font-size: 30px;
  color: #69be78;
  top: 5px;
  right: 5px;
  z-index: 1;
}
/* line 555, ../scss/breakpoints/_base.scss */
.grid-box-instagram .grid-soc-inner,
.grid-box-twitter .grid-soc-inner {
  background-color: #69be78;
}

/* line 561, ../scss/breakpoints/_base.scss */
.grid-box-instagram::after {
  content: "\f16d";
}
/* line 565, ../scss/breakpoints/_base.scss */
.grid-box-instagram .grid-soc-inner {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
/* line 568, ../scss/breakpoints/_base.scss */
.grid-box-instagram .grid-soc-inner::before {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 574, ../scss/breakpoints/_base.scss */
.grid-box-twitter::after {
  content: "\f099";
}
/* line 577, ../scss/breakpoints/_base.scss */
.grid-box-twitter .grid-soc-inner {
  -webkit-border-radius: 100% 100% 0 0;
  border-radius: 100% 100% 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
/* line 580, ../scss/breakpoints/_base.scss */
.grid-box-twitter .grid-soc-inner::before {
  -webkit-border-radius: 100% 100% 0 0;
  border-radius: 100% 100% 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
/* line 584, ../scss/breakpoints/_base.scss */
.grid-box-twitter .grid-soc-inner .tweet-text {
  position: absolute;
  top: 55%;
  left: 40px;
  right: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  text-align: center;
}

/* line 600, ../scss/breakpoints/_base.scss */
.grid-img,
.grid-soc-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2da8b3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
/* line 610, ../scss/breakpoints/_base.scss */
.grid-img::before,
.grid-soc-inner::before {
  background-repeat: no-repeat;
  background-color: rgba(50, 57, 68, 0.05);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
/* line 621, ../scss/breakpoints/_base.scss */
.grid-img:hover::before,
.grid-soc-inner:hover::before {
  background-color: transparent;
}
/* line 630, ../scss/breakpoints/_base.scss */
div.yt-yes .grid-img::before, div.yt-yes
.grid-soc-inner::before {
  content: "\f167";
  font-family: FontAwesome;
  position: absolute;
  font-size: 37px;
  color: #fff;
  text-align: right;
  padding-right: 10px;
  padding-top: 5px;
}
/* line 645, ../scss/breakpoints/_base.scss */
div.tag-koov .grid-img::before, div.tag-koov-ja .grid-img::before, div.tag-koov-zh .grid-img::before, div.tag-koov
.grid-soc-inner::before, div.tag-koov-ja
.grid-soc-inner::before, div.tag-koov-zh
.grid-soc-inner::before {
  background-image: url("../images/svg/logo_Koov.svg");
  background-size: 30px 30px;
  background-position: top 10px right 10px;
  content: '';
}
/* line 655, ../scss/breakpoints/_base.scss */
div.tag-gmc .grid-img::before, div.tag-gmc-ja .grid-img::before, div.tag-gmc-zh .grid-img::before, div.tag-gmc
.grid-soc-inner::before, div.tag-gmc-ja
.grid-soc-inner::before, div.tag-gmc-zh
.grid-soc-inner::before {
  background-image: url("../images/svg/logo_Math_Challenge.svg");
  background-size: 34px;
  background-position: top 10px right 10px;
  content: '';
}

/* line 663, ../scss/breakpoints/_base.scss */
.grid-titles {
  position: absolute;
  bottom: 24px;
  left: 0;
  z-index: 100;
}
/* line 669, ../scss/breakpoints/_base.scss */
.grid-titles h1, .grid-titles h2,
.grid-titles .grid-title-main, .grid-titles .grid-title-sub {
  margin: 0;
  font-size: 14px;
  padding: 3px 10px;
  margin-right: 30px;
  line-height: 20px;
}
/* line 677, ../scss/breakpoints/_base.scss */
.grid-titles h1, .grid-titles .grid-title-main {
  background-color: rgba(255, 255, 255, 0.9);
  color: #4a4a4a;
  display: inline-block;
}
/* line 682, ../scss/breakpoints/_base.scss */
.grid-titles h2, .grid-titles .grid-title-sub {
  background-color: #69be78;
  color: #fff;
  display: inline-block;
}
/* line 689, ../scss/breakpoints/_base.scss */
div.tag-important .grid-titles h2, div.tag-important-ja .grid-titles h2, div.tag-important-zh .grid-titles h2,
div.tag-important .grid-titles .grid-title-sub, div.tag-important-ja .grid-titles .grid-title-sub, div.tag-important-zh .grid-titles .grid-title-sub {
  background-color: #f05a3d;
}
/* line 694, ../scss/breakpoints/_base.scss */
div.tag-koov .grid-titles h2, div.tag-koov-ja .grid-titles h2, div.tag-koov-zh .grid-titles h2,
div.tag-koov .grid-titles .grid-title-sub, div.tag-koov-ja .grid-titles .grid-title-sub, div.tag-koov-zh .grid-titles .grid-title-sub {
  background-color: #2da8b3;
}
/* line 699, ../scss/breakpoints/_base.scss */
div.tag-gmc .grid-titles h2, div.tag-gmc-ja .grid-titles h2, div.tag-gmc-zh .grid-titles h2,
div.tag-gmc .grid-titles .grid-title-sub, div.tag-gmc-ja .grid-titles .grid-title-sub, div.tag-gmc-zh .grid-titles .grid-title-sub {
  background-color: #f89d3e;
}

/* line 709, ../scss/breakpoints/_base.scss */
.grid-box .video-play, .grid-box .video-play:visited {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(50% - 25px);
  display: inline-block;
  background: rgba(45, 168, 179, 0.7);
  color: #fff !important;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  z-index: 855;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 731, ../scss/breakpoints/_base.scss */
.grid-box .video-play:hover, .grid-box .video-play:active, .grid-box .video-play:visited:hover, .grid-box .video-play:visited:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  background: #2da8b3;
  -webkit-transform: translateY(-50%) scale(1.05);
  -ms-transform: translateY(-50%) scale(1.05);
  transform: translateY(-50%) scale(1.05);
}
/* line 740, ../scss/breakpoints/_base.scss */
.grid-box .video-play i, .grid-box .video-play:visited i {
  position: relative;
  left: 2px;
}
/* line 746, ../scss/breakpoints/_base.scss */
.grid-box .feat-video-container {
  background: rgba(50, 57, 68, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
  display: none;
}
/* line 753, ../scss/breakpoints/_base.scss */
.grid-box .feat-video-container .video-close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: rgba(50, 57, 68, 0.7);
  z-index: 950;
}
/* line 765, ../scss/breakpoints/_base.scss */
.grid-box .feat-video-container .video-close:hover, .grid-box .feat-video-container .video-close:active {
  background: #323944;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 777, ../scss/breakpoints/_base.scss */
.article-header {
  position: relative;
  z-index: 500;
}

/* line 781, ../scss/breakpoints/_base.scss */
.article-header-inner {
  position: relative;
  z-index: 100;
}

/* line 788, ../scss/breakpoints/_base.scss */
.feature-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 795, ../scss/breakpoints/_base.scss */
.wrap-title {
  text-align: center;
  padding-top: 20px;
  max-width: 789px;
  margin: 0 auto;
}
/* line 801, ../scss/breakpoints/_base.scss */
.wrap-title h1 {
  font-size: 30px;
  line-height: 40px;
  color: #333;
  margin: 0 0 15px 0;
}
/* line 807, ../scss/breakpoints/_base.scss */
.wrap-title h2 {
  font-size: 16px;
  line-height: 28px;
  color: #7a7672;
  margin: 0;
}
/* line 813, ../scss/breakpoints/_base.scss */
.wrap-title .article-meta {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #666;
}
/* line 820, ../scss/breakpoints/_base.scss */
.wrap-title time {
  text-transform: uppercase;
}

/* line 825, ../scss/breakpoints/_base.scss */
.article-social-top {
  text-align: center;
  padding-top: 25px;
}
/* line 829, ../scss/breakpoints/_base.scss */
.article-social-top a, .article-social-top a:visited {
  display: inline-block;
  background-color: #2da8b3;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 35px;
  height: 35px;
  margin: 0 3px;
  line-height: 35px;
  font-size: 19px;
}
/* line 842, ../scss/breakpoints/_base.scss */
.article-social-top a:hover, .article-social-top a:focus, .article-social-top a:visited:hover, .article-social-top a:visited:focus {
  background-color: #f05a3d;
  color: #fff !important;
}
/* line 847, ../scss/breakpoints/_base.scss */
.article-social-top a.ja-line, .article-social-top a:visited.ja-line {
  /* background-image: url("../images/svg/JP_icon_LINE.svg"); */
  /* background-size: 80%; */
  vertical-align: bottom;
}
.ja-line span {
  display: none;
}
/* line 851, ../scss/breakpoints/_base.scss */
.article-social-top a.ch-qq, .article-social-top a:visited.ch-qq {
  background-image: url("../images/svg/CH_qq_white.svg");
  background-size: 85%;
}
/* line 855, ../scss/breakpoints/_base.scss */
.article-social-top a.ch-weechat, .article-social-top a:visited.ch-weechat {
  background-image: url("../images/svg/WeChat_white.svg");
  background-size: 65%;
}
/* line 859, ../scss/breakpoints/_base.scss */
.article-social-top a.ch-weibo, .article-social-top a:visited.ch-weibo {
  background-image: url("../images/svg/CH_icon_header_Weibo_white.svg");
  background-size: 65%;
}
/* line 864, ../scss/breakpoints/_base.scss */
.article-social-top a i, .article-social-top a:visited i {
  position: relative;
  top: 2px;
}
/* line 869, ../scss/breakpoints/_base.scss */
.article-social-top a .fa-envelope, .article-social-top a:visited .fa-envelope {
  font-size: 0.9em;
  top: 0;
}

/* line 877, ../scss/breakpoints/_base.scss */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* line 884, ../scss/breakpoints/_base.scss */
.archive-title {
  line-height: 40px;
  color: #323944;
  text-align: center;
  font-size: 25px;
  margin: 0;
  padding: 15px;
}

/* entry content */
/* line 894, ../scss/breakpoints/_base.scss */
.entry-content {
  padding: 15px 0;
  margin: 0 auto;
  background-color: #fff;
}
/* line 899, ../scss/breakpoints/_base.scss */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.entry-content p, .entry-content hr,
.entry-content ul, .entry-content ol,
.entry-content table,
.entry-content blockquote {
  margin: 20px auto;
  max-width: 631px;
  position: relative;
  z-index: 500;
}
/* line 911, ../scss/breakpoints/_base.scss */
.entry-content .wp-caption p,
.entry-content img {
  position: relative;
  z-index: 100;
}
/* line 916, ../scss/breakpoints/_base.scss */
.entry-content .wp-caption-text {
  z-index: 500 !important;
}
/* line 920, ../scss/breakpoints/_base.scss */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: 500;
  line-height: 1.75em;
  color: #333;
  text-align: center;
}
/* line 926, ../scss/breakpoints/_base.scss */
.page .entry-content h1:first-child, .page .entry-content h2:first-child, .page .entry-content h3:first-child, .page .entry-content h4:first-child, .page .entry-content h5:first-child, .page .entry-content h6:first-child {
  margin-top: 0 !important;
}
/* line 930, ../scss/breakpoints/_base.scss */
.entry-content h4, .entry-content h5, .entry-content h6 {
  line-height: 1.65em;
}
/* line 933, ../scss/breakpoints/_base.scss */
.entry-content h1 {
  font-size: 30px;
  line-height: 60px;
}
/* line 937, ../scss/breakpoints/_base.scss */
.entry-content h2 {
  font-size: 26px;
  line-height: 55px;
}
/* line 941, ../scss/breakpoints/_base.scss */
.entry-content h3 {
  font-size: 22px;
}
/* line 944, ../scss/breakpoints/_base.scss */
.entry-content h4 {
  font-size: 20px;
}
/* line 947, ../scss/breakpoints/_base.scss */
.entry-content h5 {
  font-size: 18px;
}
/* line 950, ../scss/breakpoints/_base.scss */
.entry-content h6 {
  font-size: 16px;
}
/* line 954, ../scss/breakpoints/_base.scss */
.entry-content p {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
/* line 960, ../scss/breakpoints/_base.scss */
.entry-content a, .entry-content a:visited {
  color: #323944;
  border-bottom: solid 2px #2da8b3;
  display: inline;
}
/* line 965, ../scss/breakpoints/_base.scss */
.entry-content a:hover, .entry-content a:active, .entry-content a:visited:hover, .entry-content a:visited:active {
  border-color: #f05a3d;
}
/* line 973, ../scss/breakpoints/_base.scss */
.entry-content ul, .entry-content ol {
  list-style-type: none;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 480px;
}
/* line 979, ../scss/breakpoints/_base.scss */
.entry-content ul li, .entry-content ol li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 38px;
  padding-top: 2px;
  font-size: 16px;
  color: #323944;
}
/* line 987, ../scss/breakpoints/_base.scss */
.entry-content ul li::before, .entry-content ol li::before {
  content: "";
  width: 23px;
  height: 23px;
}
/* line 998, ../scss/breakpoints/_base.scss */
.entry-content ul li {
  background: url("../images/svg/featured_UL_icon.svg") no-repeat left top;
  background-size: 23px 18px;
}
/* line 1005, ../scss/breakpoints/_base.scss */
.entry-content ol {
  counter-reset: step-counter;
}
/* line 1008, ../scss/breakpoints/_base.scss */
.entry-content ol li {
  counter-increment: step-counter;
}
/* line 1011, ../scss/breakpoints/_base.scss */
.entry-content ol li::before {
  content: counter(step-counter);
  line-height: 23px;
  text-align: center;
  font-size: 12px;
  background-color: #2da8b3;
  color: #fff;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
/* line 1028, ../scss/breakpoints/_base.scss */
.entry-content ol li ol li::before {
  content: counters(step-counter,".") " ";
}
/* line 1037, ../scss/breakpoints/_base.scss */
.entry-content hr {
  border: 0;
  height: 40px;
  width: 100%;
  background: url("../images/svg/featured_HR_line_mobile.svg") no-repeat center center;
  background-size: 146px 7px;
}
/* line 1045, ../scss/breakpoints/_base.scss */
.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}
/* line 1050, ../scss/breakpoints/_base.scss */
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 1059, ../scss/breakpoints/_base.scss */
.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}
/* line 1062, ../scss/breakpoints/_base.scss */
.entry-content tr:nth-child(even) {
  background-color: #efefef;
}
/* line 1067, ../scss/breakpoints/_base.scss */
.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}
/* line 1071, ../scss/breakpoints/_base.scss */
.entry-content td:last-child {
  border-right: 0;
}
/* line 1076, ../scss/breakpoints/_base.scss */
.entry-content th {
  background-color: #efefef;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
/* line 1081, ../scss/breakpoints/_base.scss */
.entry-content th:last-child {
  border-right: 0;
}
/* line 1086, ../scss/breakpoints/_base.scss */
.entry-content blockquote {
  border: 0;
  padding: 25px;
  color: #333;
  background-image: url("../images/svg/featured_quote_topcorner.svg"), url("../images/svg/featured_quote_bottomcorner.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  text-align: center;
  width: 100%;
}
/* line 1096, ../scss/breakpoints/_base.scss */
.entry-content blockquote p {
  margin: 0;
  font-size: 22px;
  line-height: 32px;
}
/* line 1101, ../scss/breakpoints/_base.scss */
.entry-content blockquote p + p {
  margin-top: 20px;
}
/* line 1112, ../scss/breakpoints/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 15px;
}
/* line 1119, ../scss/breakpoints/_base.scss */
.entry-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
/* line 1125, ../scss/breakpoints/_base.scss */
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  width: 100%;
  height: auto;
}
/* line 1134, ../scss/breakpoints/_base.scss */
.entry-content pre {
  background: #323944;
  color: #efefef;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
/* line 1146, ../scss/breakpoints/_base.scss */
.entry-content.entry-content-simple {
  background: none !important;
}
/* line 1149, ../scss/breakpoints/_base.scss */
.entry-content.entry-content-simple a, .entry-content.entry-content-simple a:visited {
  border: none;
  color: #2da8b3;
}
/* line 1153, ../scss/breakpoints/_base.scss */
.entry-content.entry-content-simple a:hover, .entry-content.entry-content-simple a:focus, .entry-content.entry-content-simple a:visited:hover, .entry-content.entry-content-simple a:visited:focus {
  color: #f05a3d;
}
/* line 1161, ../scss/breakpoints/_base.scss */
.entry-content.entry-content-simple ul, .entry-content.entry-content-simple ol {
  list-style-type: none;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 480px;
}
/* line 1167, ../scss/breakpoints/_base.scss */
.entry-content.entry-content-simple ul li, .entry-content.entry-content-simple ol li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 38px;
  padding-top: 2px;
  font-size: 16px;
  color: #323944;
}
/* line 1175, ../scss/breakpoints/_base.scss */
.entry-content.entry-content-simple ul li::before, .entry-content.entry-content-simple ol li::before {
  content: "";
  width: 23px;
  height: 23px;
}
/* line 1188, ../scss/breakpoints/_base.scss */
.entry-content.entry-content-simple ul {
  list-style-type: disc;
  list-style-position: inside;
}
/* line 1192, ../scss/breakpoints/_base.scss */
.entry-content.entry-content-simple ol {
  list-style-type: decimal;
  list-style-position: inside;
}
/* line 1196, ../scss/breakpoints/_base.scss */
.entry-content.entry-content-simple ul ul, .entry-content.entry-content-simple ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
/* line 1201, ../scss/breakpoints/_base.scss */
.entry-content.entry-content-simple ol ol, .entry-content.entry-content-simple ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}
/* line 1206, ../scss/breakpoints/_base.scss */
.entry-content.entry-content-simple ul, .entry-content.entry-content-simple ol {
  list-style-position: outside;
  padding-left: 25px;
}
/* line 1210, ../scss/breakpoints/_base.scss */
.entry-content.entry-content-simple ul li, .entry-content.entry-content-simple ol li {
  background: none;
  padding-left: 0;
  display: list-item;
  position: static;
  margin-bottom: 10px;
}
/* line 1217, ../scss/breakpoints/_base.scss */
.entry-content.entry-content-simple ul li::before, .entry-content.entry-content-simple ol li::before {
  content: "";
  background: none;
}

/* end .entry-content */
/* line 1231, ../scss/breakpoints/_base.scss */
.wp-caption {
  margin: 15px auto;
  width: 100%;
  /* images inside wp-caption */
}
/* line 1236, ../scss/breakpoints/_base.scss */
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
/* line 1241, ../scss/breakpoints/_base.scss */
.wp-caption p {
  margin: 0;
  max-width: none !important;
}
/* line 1246, ../scss/breakpoints/_base.scss */
.wp-caption br {
  display: none;
}
/* line 1250, ../scss/breakpoints/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 20px;
  margin: 12px 0 0 0;
  text-align: center;
}
/* line 1257, ../scss/breakpoints/_base.scss */
.wp-caption.alignnone {
  width: 100%;
  text-align: center;
  clear: both;
}
/* line 1263, ../scss/breakpoints/_base.scss */
.wp-caption.size-thumbnail {
  width: 100% !important;
  margin-bottom: 20px !important;
}
/* line 1267, ../scss/breakpoints/_base.scss */
.wp-caption.size-thumbnail img {
  display: block;
}
/* line 1275, ../scss/breakpoints/_base.scss */
.wp-caption.size-medium .image-screen, .wp-caption.size-large .image-screen {
  position: relative;
}
/* line 1278, ../scss/breakpoints/_base.scss */
.wp-caption.size-medium .image-screen::before, .wp-caption.size-large .image-screen::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  content: "";
}
/* line 1285, ../scss/breakpoints/_base.scss */
.wp-caption.size-medium img, .wp-caption.size-large img {
  display: block;
  width: 100%;
}
/* line 1291, ../scss/breakpoints/_base.scss */
.wp-caption.size-medium {
  width: 100% !important;
  max-width: 631px !important;
}
/* line 1297, ../scss/breakpoints/_base.scss */
.wp-caption.size-medium .image-screen::before {
  background-image: url("../images/svg/featured_pin_M_image.svg"), url("../images/svg/featured_pin_M_image.svg");
  background-position: top 0 left 0, bottom 0 right 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 50px, 50px;
  mix-blend-mode: multiply;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
}
/* line 1312, ../scss/breakpoints/_base.scss */
.wp-caption.size-large {
  position: relative;
  left: -15px;
  right: -15px;
  width: calc(100% + 30px) !important;
  max-width: 1200px !important;
}
/* line 1321, ../scss/breakpoints/_base.scss */
.wp-caption.size-large .image-screen::before {
  background-image: url("../images/svg/featured_pin_L_image.svg"), url("../images/svg/featured_pin_L_image.svg");
  background-position: top 0px left 10%, top 0px right 10%;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 20px;
  mix-blend-mode: multiply;
  top: -26px;
}
/* line 1331, ../scss/breakpoints/_base.scss */
.wp-caption.size-large .wp-caption-text {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1340, ../scss/breakpoints/_base.scss */
.footer-meta {
  position: relative;
  z-index: 500;
}
/* line 1344, ../scss/breakpoints/_base.scss */
.footer-meta::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-image: -webkit-linear-gradient(top, rgba(239, 239, 239, 0) 40%, #efefef);
  /* Chrome10+,Safari5.1+ */
  background-image: -moz-linear-gradient(top, rgba(239, 239, 239, 0) 40%, #efefef 100%);
  /* FF3.6+ */
  background-image: linear-gradient(top, rgba(239, 239, 239, 0) 40%, #efefef 100%);
  /* W3C */
  z-index: 50;
}
/* line 1354, ../scss/breakpoints/_base.scss */
.footer-meta div {
  position: relative;
  z-index: 500;
}

/* line 1359, ../scss/breakpoints/_base.scss */
.c-and-t {
  text-align: center;
}
/* line 1362, ../scss/breakpoints/_base.scss */
.c-and-t .box-cats {
  border-bottom: solid 2px #d8d8d8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/* line 1368, ../scss/breakpoints/_base.scss */
.c-and-t h3 {
  margin: 0;
  clear: both;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}
/* line 1376, ../scss/breakpoints/_base.scss */
.c-and-t ul {
  margin: 15px 0 0 0;
  clear: both;
  width: 100%;
}
/* line 1381, ../scss/breakpoints/_base.scss */
.c-and-t ul li {
  display: inline-block;
  margin: 5px;
}
/* line 1385, ../scss/breakpoints/_base.scss */
.c-and-t ul li a, .c-and-t ul li a:visited {
  display: inline-block;
  background: #9b9b9b;
  color: #fff;
  padding: 0 10px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  max-height: 24px;
  line-height: 24px;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
}
/* line 1397, ../scss/breakpoints/_base.scss */
.c-and-t ul li a:hover, .c-and-t ul li a:focus, .c-and-t ul li a:visited:hover, .c-and-t ul li a:visited:focus {
  background: #777;
}

/* line 1405, ../scss/breakpoints/_base.scss */
.footer-share {
  text-align: center;
  padding: 20px 0;
}
/* line 1409, ../scss/breakpoints/_base.scss */
.footer-share a {
  line-height: 49px;
  max-height: 49px;
  margin: 10px 0;
  color: #fff !important;
}
/* line 1415, ../scss/breakpoints/_base.scss */
.footer-share a i {
  font-size: 24px;
  line-height: 49px;
}
/* line 1420, ../scss/breakpoints/_base.scss */
.footer-share .share-text {
  font-size: 14px;
  display: inline-block;
  padding-left: 8px;
  position: relative;
  bottom: 3px;
}
/* line 1428, ../scss/breakpoints/_base.scss */
.footer-share img {
  height: 21px;
  width: auto;
  position: relative;
  top: 2px;
}
/* line 1434, ../scss/breakpoints/_base.scss */
.footer-share img.qq-bottom {
  height: 28px;
  top: 5px;
}

/* line 1442, ../scss/breakpoints/_base.scss */
.post-edit-link {
  display: block !important;
  clear: both;
  border: none !important;
  text-align: center;
  color: red !important;
  line-height: 40px;
  font-size: 20px;
}

/* line 1452, ../scss/breakpoints/_base.scss */
#banner-foot {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 220%;
}
/* line 1457, ../scss/breakpoints/_base.scss */
#banner-foot.banner-foot-gmc {
  background-image: url("../images/banner-gmc.gif");
}
/* line 1460, ../scss/breakpoints/_base.scss */
body.ja #banner-foot.banner-foot-gmc {
  background-image: url("../images/banner-gmc-ja.gif");
}
/* line 1464, ../scss/breakpoints/_base.scss */
body.zh-hans #banner-foot.banner-foot-gmc {
  background-image: url("../images/banner-gmc-zh.gif");
}
/* line 1469, ../scss/breakpoints/_base.scss */
#banner-foot.banner-foot-koov {
  background-image: url("../images/banner-koov.jpg");
}
/* line 1473, ../scss/breakpoints/_base.scss */
#banner-foot img {
  opacity: 0;
  width: 100%;
  display: block;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
}

/*********************
NEWS PAGE STYLES
*********************/
/* WPML SETTINGS */
/* line 1493, ../scss/breakpoints/_base.scss */
article.category-news .feature-img,
article.category-news-ja .feature-img,
article.category-news-zh .feature-img {
  position: static !important;
  overflow: visible !important;
  height: auto !important;
}
/* line 1498, ../scss/breakpoints/_base.scss */
article.category-news .feature-img img,
article.category-news-ja .feature-img img,
article.category-news-zh .feature-img img {
  position: static !important;
  height: auto !important;
  margin: 0 !important;
  top: 0 !important;
}
/* line 1506, ../scss/breakpoints/_base.scss */
article.category-news .article-header,
article.category-news-ja .article-header,
article.category-news-zh .article-header {
  max-width: 789px;
  margin: 0 auto;
  padding: 20px 15px 0 15px;
}
/* line 1511, ../scss/breakpoints/_base.scss */
article.category-news .article-header .wrap,
article.category-news-ja .article-header .wrap,
article.category-news-zh .article-header .wrap {
  margin: 0;
}
/* line 1516, ../scss/breakpoints/_base.scss */
article.category-news .wrap-title,
article.category-news h1, article.category-news h2, article.category-news h3, article.category-news h4,
article.category-news-ja .wrap-title,
article.category-news-ja h1,
article.category-news-ja h2,
article.category-news-ja h3,
article.category-news-ja h4,
article.category-news-zh .wrap-title,
article.category-news-zh h1,
article.category-news-zh h2,
article.category-news-zh h3,
article.category-news-zh h4 {
  text-align: left;
}
/* line 1522, ../scss/breakpoints/_base.scss */
article.category-news .entry-content hr,
article.category-news-ja .entry-content hr,
article.category-news-zh .entry-content hr {
  background-image: url("../images/svg/news_HR_line_mobile.svg");
}
/* line 1526, ../scss/breakpoints/_base.scss */
article.category-news .entry-content blockquote,
article.category-news-ja .entry-content blockquote,
article.category-news-zh .entry-content blockquote {
  background-image: url("../images/svg/news_quote.svg"), url("../images/svg/news_quote.svg");
}
/* line 1531, ../scss/breakpoints/_base.scss */
article.category-news .entry-content ul li,
article.category-news-ja .entry-content ul li,
article.category-news-zh .entry-content ul li {
  background: url("../images/svg/news_UL_icon.svg") no-repeat left top;
  background-size: 22px 8px;
  background-position: 0 8px;
}
/* line 1540, ../scss/breakpoints/_base.scss */
article.category-news .entry-content ol li::before,
article.category-news-ja .entry-content ol li::before,
article.category-news-zh .entry-content ol li::before {
  background-color: #f05a3d;
}

/*********************
LEGAL PAGE STYLES (MERGED FROMcd sony TAKAE)
*********************/

.legal ul li {
  background: none !important;
  padding-left: 10px;
}

/* line 1552, ../scss/breakpoints/_base.scss */
.legal h2, h3, h4 {
  text-align: left !important;
  font-weight: bold !important;
}

/* line 1557, ../scss/breakpoints/_base.scss */
.legal address {
  font-style: normal;
  font-weight: bold;
}

/* line 1562, ../scss/breakpoints/_base.scss */
.legal ul li {
  margin: 0 0 10px 0;
}

/* line 1566, ../scss/breakpoints/_base.scss */
.legal ol li {
  margin: 0 0 10px 0;
}

/* line 1570, ../scss/breakpoints/_base.scss */
.legal ul.numbered {
  list-style-type: decimal !important;
}

/* line 1574, ../scss/breakpoints/_base.scss */
.legal ul.numbered.parenthes {
  counter-reset: num_cnt;
}

/* line 1578, ../scss/breakpoints/_base.scss */
.legal ul.numbered.parenthes > li {
  list-style-type: none;
  position: relative;
}

/* line 1583, ../scss/breakpoints/_base.scss */
.legal ul.numbered.parenthes > li:before {
  counter-increment: num_cnt;
  content: "(" counter(num_cnt,decimal) ") ";
  position: absolute;
  left: -1.6em;
}

/* line 1590, ../scss/breakpoints/_base.scss */
.legal ul.lower-alpha {
  list-style-type: lower-alpha !important;
}

/* line 1594, ../scss/breakpoints/_base.scss */
.legal ul.lower-alpha.parenthes {
  counter-reset: alp_cnt;
}

/* line 1598, ../scss/breakpoints/_base.scss */
.legal ul.lower-alpha.parenthes > li {
  list-style-type: none;
  position: relative;
}

/* line 1603, ../scss/breakpoints/_base.scss */
.legal ul.lower-alpha.parenthes > li:before {
  counter-increment: alp_cnt;
  content: "(" counter(alp_cnt,lower-alpha) ") ";
  position: absolute;
  left: -1.6em;
}

/* line 1610, ../scss/breakpoints/_base.scss */
.legal ul.lower-roman {
  list-style-type: lower-roman !important;
}

/* line 1614, ../scss/breakpoints/_base.scss */
.legal ul.lower-roman.parenthes {
  counter-reset: rom_cnt;
}

/* line 1618, ../scss/breakpoints/_base.scss */
.legal ul.lower-roman.parenthes > li {
  list-style-type: none;
  position: relative;
}

/* line 1623, ../scss/breakpoints/_base.scss */
.legal ul.lower-roman.parenthes > li:before {
  counter-increment: rom_cnt;
  content: "(" counter(rom_cnt,lower-roman) ") ";
  position: absolute;
  left: -1.6em;
}

/* line 1630, ../scss/breakpoints/_base.scss */
.legal ul.nostyle {
  list-style-type: none !important;
}

.legal p.corporate {
  text-align: right;
}

/* END LEGAL PAGE STYLES */
/*********************
SEARCH PAGE STYLES
*********************/
/* line 1639, ../scss/breakpoints/_base.scss */
.search-article {
  background-color: #faf6f6;
  margin-top: 10px;
  padding: 30px 15px;
}
/* line 1644, ../scss/breakpoints/_base.scss */
.search-article:hover {
  background-color: #ffca05;
}
/* line 1648, ../scss/breakpoints/_base.scss */
.search-article header, .search-article section {
  max-width: 630px !important;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
/* line 1654, ../scss/breakpoints/_base.scss */
.search-article header p, .search-article section p {
  margin: 10px 0 0 0;
}
/* line 1660, ../scss/breakpoints/_base.scss */
.search-article header h3 {
  font-size: 24px;
  line-height: 32px;
}

/* line 1666, ../scss/breakpoints/_base.scss */
.search-link {
  display: block;
}

/*********************
404 PAGE STYLES
*********************/
/* line 1675, ../scss/breakpoints/_base.scss */
#post-not-found .img-404 {
  max-width: 691px;
  width: 100%;
  height: auto;
  display: block;
  margin: 15px auto;
}
/* line 1683, ../scss/breakpoints/_base.scss */
#post-not-found p {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 15px;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 1694, ../scss/breakpoints/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

/* line 1698, ../scss/breakpoints/_base.scss */
.pagination {
  text-align: center;
}
/* line 1701, ../scss/breakpoints/_base.scss */
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
/* line 1710, ../scss/breakpoints/_base.scss */
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
/* line 1719, ../scss/breakpoints/_base.scss */
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #2da8b3;
}
/* line 1731, ../scss/breakpoints/_base.scss */
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #2da8b3;
  color: #fff;
}
/* line 1737, ../scss/breakpoints/_base.scss */
.pagination .current {
  cursor: default;
  color: #5c6b80;
}
/* line 1741, ../scss/breakpoints/_base.scss */
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #5c6b80;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 1750, ../scss/breakpoints/_base.scss */
.wp-prev-next {
  margin: 15px 0;
  width: 100%;
  overflow: auto;
}
/* line 1757, ../scss/breakpoints/_base.scss */
.wp-prev-next .prev-link a,
.wp-prev-next .next-link a {
  display: inline-block;
  height: 48px;
  background-size: 32px 48px;
  line-height: 48px;
  color: transparent;
  font-size: 30px;
}
/* line 1766, ../scss/breakpoints/_base.scss */
.wp-prev-next .prev-link a:hover, .wp-prev-next .prev-link a:active,
.wp-prev-next .next-link a:hover,
.wp-prev-next .next-link a:active {
  color: #f05a3d;
}
/* line 1771, ../scss/breakpoints/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 1774, ../scss/breakpoints/_base.scss */
.wp-prev-next .prev-link a {
  background: url("../images/svg/icon_arrow_previous.svg") no-repeat;
  background-position: left;
  padding-left: 40px;
}
/* line 1781, ../scss/breakpoints/_base.scss */
.wp-prev-next .next-link {
  float: right;
}
/* line 1784, ../scss/breakpoints/_base.scss */
.wp-prev-next .next-link a {
  background: url("../images/svg/icon_arrow_next.svg") no-repeat;
  background-position: right;
  padding-right: 40px;
}

/* end .wp-prev-next */
/*********************
FOOTER STYLES
*********************/
/* line 1799, ../scss/breakpoints/_base.scss */
#newsletter-signup {
  background-color: #ffca05;
  text-align: center;
  padding-bottom: 10px;
  clear: both;
}
/* line 1807, ../scss/breakpoints/_base.scss */
#newsletter-signup form .form-inner {
  max-width: 625px;
  margin: 0 auto;
  position: relative;
}
/* line 1813, ../scss/breakpoints/_base.scss */
#newsletter-signup form .fa-envelope {
  position: absolute;
  top: 0;
  left: 12px;
  height: 49px;
  line-height: 49px;
  z-index: 10;
  font-size: 25px;
  color: rgba(155, 155, 155, 0.65);
}
/* line 1826, ../scss/breakpoints/_base.scss */
#newsletter-signup form input#fieldEmail, #newsletter-signup form input#field-submit {
  width: 100%;
  max-width: none;
}
/* line 1832, ../scss/breakpoints/_base.scss */
#newsletter-signup form input.form-style {
  position: relative;
  padding-left: 50px;
}
/* line 1838, ../scss/breakpoints/_base.scss */
#newsletter-signup form #field-submit.not-ready {
  background-color: gray !important;
}
/* line 1842, ../scss/breakpoints/_base.scss */
#newsletter-signup form #check-me {
  position: relative;
  top: 2px;
  width: auto !important;
}
/* line 1849, ../scss/breakpoints/_base.scss */
#newsletter-signup .small {
  font-size: 12px;
  line-height: 24px;
  margin: 10px 0;
}
/* line 1854, ../scss/breakpoints/_base.scss */
#newsletter-signup .small a {
  text-decoration: underline;
}

#newsletter-signup #inquiry {
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 22px;
  color: #fff;
}

/* line 1859, ../scss/breakpoints/_base.scss */
#newsletter-signup p {
  font-size: 19px;
  line-height: 34px;
}
/* line 1864, ../scss/breakpoints/_base.scss */
#newsletter-signup .error {
  border: solid 3px red;
  background: red;
  color: #fff !important;
  padding: 5px 15px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: inline-block;
}

/* line 1874, ../scss/breakpoints/_base.scss */
#footer-large-menu {
  background-color: #efefef;
  padding: 20px 0;
  margin-bottom: 15px;
  text-align: left;
}

/* line 1880, ../scss/breakpoints/_base.scss */
.footer {
  clear: both;
  background-color: #fff;
  color: #323944;
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}
/* line 1891, ../scss/breakpoints/_base.scss */
.footer a:hover, .footer a:active, .footer a:visited:hover, .footer a:visited:active {
  color: #f05a3d;
}
/* line 1896, ../scss/breakpoints/_base.scss */
.footer .fa {
  font-size: 18px;
}

/* line 1901, ../scss/breakpoints/_base.scss */
.footer-menu {
  margin: 10px 0;
}
/* line 1903, ../scss/breakpoints/_base.scss */
.footer-menu li {
  display: inline-block;
  margin: 0 15px;
}

/* line 1909, ../scss/breakpoints/_base.scss */
.copyright {
  margin: 0;
}

/* line 1913, ../scss/breakpoints/_base.scss */
.footer-img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: block;
}

/* WordPress Gallery 
------------------------------------------ */
/* line 1926, ../scss/breakpoints/_base.scss */
.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
/* line 1930, ../scss/breakpoints/_base.scss */
.gallery after {
  display: table;
  content: "";
  clear: both;
}
/* line 1936, ../scss/breakpoints/_base.scss */
.gallery a {
  border: none !important;
}

/* line 1941, ../scss/breakpoints/_base.scss */
.gallery-item {
  margin: 0;
  padding: 0.5em;
  text-align: center;
}
/* line 1946, ../scss/breakpoints/_base.scss */
.gallery-item img {
  width: 100%;
  margin: 0 !important;
}

/*********************
MISC STYLES
*********************/
/* line 1957, ../scss/breakpoints/_base.scss */
.btn-full-mobile {
  width: 100%;
  display: block;
}

/* line 1961, ../scss/breakpoints/_base.scss */
.content-max {
  max-width: 631px;
  margin: 0 auto;
}

/* line 1965, ../scss/breakpoints/_base.scss */
iframe {
  width: 100%;
}

/* line 1968, ../scss/breakpoints/_base.scss */
.search-term {
  border-bottom: solid 2px #f05a3d;
}

/* line 1971, ../scss/breakpoints/_base.scss */
.screen-black {
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 720;
  display: none;
}

/* line 1979, ../scss/breakpoints/_base.scss */
.text-center {
  text-align: center;
}

/* line 1982, ../scss/breakpoints/_base.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  z-index: 450;
}
/* line 1989, ../scss/breakpoints/_base.scss */
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************
DISPLAY STYLES
*********************/
/* line 2001, ../scss/breakpoints/_base.scss */
.display-none {
  display: none;
}

/* line 2004, ../scss/breakpoints/_base.scss */
.js-only {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 2012, ../scss/breakpoints/_base.scss */
  .feature-img {
    height: 350px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
  }
  /* line 2018, ../scss/breakpoints/_base.scss */
  .feature-img img {
    position: absolute;
    top: 0;
  }
  /* line 2023, ../scss/breakpoints/_base.scss */
  .feature-img + .article-header-inner {
    padding-top: 350px;
  }
}
@media only screen and (min-width: 950px) {
  /* line 2031, ../scss/breakpoints/_base.scss */
  .feature-img {
    height: 420px;
  }
  /* line 2034, ../scss/breakpoints/_base.scss */
  .feature-img + .article-header-inner {
    padding-top: 420px;
  }
}
@media only screen and (min-width: 1015px) {
  /* line 2042, ../scss/breakpoints/_base.scss */
  .feature-img img {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 2050, ../scss/breakpoints/_base.scss */
  .feature-img img {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 2058, ../scss/breakpoints/_base.scss */
  .feature-img img {
    margin-top: -85px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 2066, ../scss/breakpoints/_base.scss */
  .feature-img {
    height: 500px;
  }
  /* line 2068, ../scss/breakpoints/_base.scss */
  .feature-img img {
    margin-top: -110px;
  }
  /* line 2072, ../scss/breakpoints/_base.scss */
  .feature-img + .article-header-inner {
    padding-top: 500px;
  }
}
/*********************
LARGER MOBILE DEVICES
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  
  Stylesheet: 481px and Up Stylesheet
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 19, ../scss/breakpoints/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 23, ../scss/breakpoints/_481up.scss */
  .entry-content div.alignleft {
    margin-right: 30px;
    display: inline;
    float: left;
  }
  /* line 28, ../scss/breakpoints/_481up.scss */
  .entry-content div.alignright {
    margin-left: 30px;
    display: inline;
    float: right;
    text-align: right;
  }
  /* line 34, ../scss/breakpoints/_481up.scss */
  .entry-content div.alignright p {
    text-align: center;
  }
  /* line 38, ../scss/breakpoints/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
}
/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /*********************
  HEADER STYLES
  *********************/
  /* line 22, ../scss/breakpoints/_768up.scss */
  #inner-header {
    position: relative;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 31, ../scss/breakpoints/_768up.scss */
  .menu-main-2 {
    display: none;
  }

  /* line 35, ../scss/breakpoints/_768up.scss */
  #toggle-menu-content {
    overflow-y: auto;
  }

  /* line 41, ../scss/breakpoints/_768up.scss */
  .searchform .s,
  .searchform-page .s {
    background-size: 44px;
    background-position: right 40px center;
    height: 100px;
    font-size: 30px;
    line-height: 100px;
    padding-left: 40px;
  }

  /* line 50, ../scss/breakpoints/_768up.scss */
  .searchform-page {
    padding: 150px 0;
  }

  /* line 54, ../scss/breakpoints/_768up.scss */
  .menu-main {
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 56, ../scss/breakpoints/_768up.scss */
  .menu-main > li {
    width: 24%;
    margin-right: 1%;
    display: inline-block;
    float: left;
  }
  /* line 67, ../scss/breakpoints/_768up.scss */
  .menu-main li.menu-item-has-children > a {
    border-right: none;
    color: #4a4a4a;
  }
  /* line 71, ../scss/breakpoints/_768up.scss */
  .menu-main li.menu-item-has-children > a:after {
    display: none;
  }
  /* line 75, ../scss/breakpoints/_768up.scss */
  .menu-main li.menu-item-has-children > a:hover, .menu-main li.menu-item-has-children > a:active {
    cursor: text;
  }
  /* line 81, ../scss/breakpoints/_768up.scss */
  .menu-main li ul.sub-menu {
    display: block;
  }

  /* secondary nav */
  /* line 97, ../scss/breakpoints/_768up.scss */
  #header-nav-2 {
    display: block;
    margin-left: 15px;
  }
  /* line 107, ../scss/breakpoints/_768up.scss */
  #header-nav-2 .menu > li.menu-item-has-children:hover > a, #header-nav-2 .menu > li.menu-item-has-children:active > a, #header-nav-2 .menu > li.menu-item-has-children:focus > a {
    color: #f05a3d;
  }

  /* social */
  /* line 117, ../scss/breakpoints/_768up.scss */
  #header-social {
    position: absolute;
    right: 35%;
    top: 0;
    /*display: block;*/
    display: none;
  }

  /* line 125, ../scss/breakpoints/_768up.scss */
  #menu-footer-large > li:first-child li.menu-item-has-children > a {
    margin-top: 30px;
  }

  /*********************
  GRID BOX
  *********************/
  /* line 135, ../scss/breakpoints/_768up.scss */
  .grid-wrap-archive .grid-box {
    width: calc(33.333% - 10px);
    float: left;
  }
  /* line 139, ../scss/breakpoints/_768up.scss */
  .grid-wrap-archive .grid-box.grid-box-1, .grid-wrap-archive .grid-box.grid-box-2, .grid-wrap-archive .grid-box.sticky {
    width: calc(100% - 10px);
  }
  /* line 142, ../scss/breakpoints/_768up.scss */
  .grid-wrap-archive .grid-box.grid-box-1::before, .grid-wrap-archive .grid-box.grid-box-2::before, .grid-wrap-archive .grid-box.sticky::before {
    padding-top: 50%;
  }

  /* line 151, ../scss/breakpoints/_768up.scss */
  .grid-titles {
    bottom: 24px;
  }
  /* line 154, ../scss/breakpoints/_768up.scss */
  .grid-titles h1, .grid-titles h2,
  .grid-titles .grid-title-main, .grid-titles .grid-title-sub {
    font-size: 14px;
    padding: 5px 10px;
    line-height: 21px;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 164, ../scss/breakpoints/_768up.scss */
  .figure-screen-wrap {
    position: relative;
  }

  /* line 167, ../scss/breakpoints/_768up.scss */
  .figure-screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url("../images/svg/shape_1.svg"), url("../images/svg/shape_2.svg"), url("../images/svg/shape_3.svg"), url("../images/svg/shape_1.svg"), url("../images/svg/shape_2.svg"), url("../images/svg/shape_3.svg");
    background-repeat: no-repeat,  no-repeat,  no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto, auto, auto, auto;
    background-position: left 0 top 1200px, right 0 top 2200px, right 0 top 3500px, left 0 top 4800px, right 0 top 6100px, right 0 top 7600px;
    z-index: 105;
    mix-blend-mode: multiply;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
  }

  /* line 200, ../scss/breakpoints/_768up.scss */
  .wrap-title {
    padding-top: 30px;
  }
  /* line 203, ../scss/breakpoints/_768up.scss */
  .wrap-title h1 {
    font-size: 48px;
    line-height: 60px;
  }
  /* line 207, ../scss/breakpoints/_768up.scss */
  .wrap-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
  /* line 212, ../scss/breakpoints/_768up.scss */
  .wrap-title .article-meta {
    line-height: 40px;
  }

  /* line 217, ../scss/breakpoints/_768up.scss */
  .single-title,
  .page-title,
  .entry-title {
    margin: 0;
  }

  /* line 229, ../scss/breakpoints/_768up.scss */
  .archive-title {
    line-height: 50px;
    font-size: 38px;
    padding: 50px 25px;
  }

  /* line 237, ../scss/breakpoints/_768up.scss */
  .entry-content h1 {
    font-size: 48px;
  }
  /* line 240, ../scss/breakpoints/_768up.scss */
  .entry-content h2 {
    font-size: 36px;
  }
  /* line 243, ../scss/breakpoints/_768up.scss */
  .entry-content h3 {
    font-size: 24px;
  }
  /* line 247, ../scss/breakpoints/_768up.scss */
  .entry-content hr {
    background: url("../images/svg/featured_HR_line.svg") no-repeat center center;
    background-size: 293px 7px;
  }
  /* line 254, ../scss/breakpoints/_768up.scss */
  .entry-content .size-thumbnail {
    width: 250px !important;
  }

  /* line 264, ../scss/breakpoints/_768up.scss */
  .wp-caption.size-medium, .wp-caption.size-large {
    margin: 25px auto;
  }
  /* line 269, ../scss/breakpoints/_768up.scss */
  .wp-caption.size-medium {
    max-width: 691px !important;
  }
  /* line 273, ../scss/breakpoints/_768up.scss */
  .wp-caption.size-medium .image-screen::before {
    background-size: 125px, 125px;
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: -45px;
  }
  /* line 286, ../scss/breakpoints/_768up.scss */
  .wp-caption.size-large .image-screen::before {
    background-size: 50px, 50px;
    top: -66px;
  }

  /* line 296, ../scss/breakpoints/_768up.scss */
  .c-and-t {
    margin-bottom: 20px;
  }
  /* line 299, ../scss/breakpoints/_768up.scss */
  .c-and-t .box-cats {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    border-right: solid 2px #d8d8d8;
  }

  /* line 308, ../scss/breakpoints/_768up.scss */
  .footer-share a {
    margin: 10px;
  }

  /* line 313, ../scss/breakpoints/_768up.scss */
  #banner-foot {
    background: #fff;
    background-image: none !important;
  }
  /* line 317, ../scss/breakpoints/_768up.scss */
  #banner-foot img {
    opacity: 1;
  }

  /*********************
  NEWS PAGE STYLES
  *********************/
  /* WPML SETTINGS */
  /* line 332, ../scss/breakpoints/_768up.scss */
  article.category-news .entry-content hr,
  article.category-news-ja .entry-content hr,
  article.category-news-zh .entry-content hr {
    background-image: url("../images/svg/news_HR_line.svg");
  }
  /* line 336, ../scss/breakpoints/_768up.scss */
  article.category-news .entry-content > .wrap,
  article.category-news-ja .entry-content > .wrap,
  article.category-news-zh .entry-content > .wrap {
    max-width: 691px !important;
  }
  /* line 341, ../scss/breakpoints/_768up.scss */
  article.category-news .article-header-inner,
  article.category-news-ja .article-header-inner,
  article.category-news-zh .article-header-inner {
    padding-top: 0 !important;
  }

  /*********************
  FOOTER STYLES
  *********************/
  /* line 358, ../scss/breakpoints/_768up.scss */
  #newsletter-signup form input#fieldEmail {
    width: 400px;
    display: inline-block;
  }
  /* line 363, ../scss/breakpoints/_768up.scss */
  #newsletter-signup form input.blue-btn {
    width: 200px !important;
    margin-left: 20px;
    display: inline-block;
  }

  #newsletter-signup #inquiry {
    width: 240px;
    height: 56px;
    line-height: 56px;
    font-size: 22px;
  }

  /* line 371, ../scss/breakpoints/_768up.scss */
  .footer {
    text-align: left;
  }

  /* line 374, ../scss/breakpoints/_768up.scss */
  #inner-footer {
    position: relative;
    height: 48px;
  }

  /* line 378, ../scss/breakpoints/_768up.scss */
  .footer-social,
  .footer-menu,
  .copyright {
    position: absolute;
    top: 10px;
  }

  /* line 384, ../scss/breakpoints/_768up.scss */
  .footer-social {
    right: 35%;
  }

  /* line 387, ../scss/breakpoints/_768up.scss */
  .footer-menu {
    left: 0;
    margin: 0;
  }
  /* line 391, ../scss/breakpoints/_768up.scss */
  .footer-menu li {
    margin: 0 15px 0 0;
  }

  /* line 395, ../scss/breakpoints/_768up.scss */
  .copyright {
    right: 0;
  }

  /* WordPress Gallery 
  ------------------------------------------ */
  /* line 404, ../scss/breakpoints/_768up.scss */
  .gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  /* line 408, ../scss/breakpoints/_768up.scss */
  .gallery after {
    display: table;
    content: "";
    clear: both;
  }
  /* line 414, ../scss/breakpoints/_768up.scss */
  .gallery a {
    border: none !important;
  }

  /* line 419, ../scss/breakpoints/_768up.scss */
  .gallery-item {
    float: left;
  }

  /* line 423, ../scss/breakpoints/_768up.scss */
  .gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
  }

  /* line 427, ../scss/breakpoints/_768up.scss */
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }

  /* line 430, ../scss/breakpoints/_768up.scss */
  .gallery-columns-3 .gallery-item {
    width: 33.3333%;
  }

  /* line 433, ../scss/breakpoints/_768up.scss */
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }

  /* line 436, ../scss/breakpoints/_768up.scss */
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }

  /* line 439, ../scss/breakpoints/_768up.scss */
  .gallery-columns-6 .gallery-item {
    width: 16.6667%;
  }

  /* line 442, ../scss/breakpoints/_768up.scss */
  .gallery-columns-7 .gallery-item {
    width: 14.2857%;
  }

  /* line 445, ../scss/breakpoints/_768up.scss */
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }

  /* line 448, ../scss/breakpoints/_768up.scss */
  .gallery-columns-9 .gallery-item {
    width: 11.1111%;
  }

  /*********************
  MISC STYLES
  *********************/
  /* line 458, ../scss/breakpoints/_768up.scss */
  .btn-full-mobile {
    width: auto;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1029px) {
  /******************************************************************
  
  Stylesheet: Tablet Only
  
  ******************************************************************/
  /* line 8, ../scss/breakpoints/_tabletonly.scss */
  .grid-wrap-home .grid-box {
    width: calc(33.333% - 10px);
    float: left;
  }
  /* line 13, ../scss/breakpoints/_tabletonly.scss */
  .grid-wrap-home .grid-box-0 {
    width: calc(100% - 10px);
  }
  /* line 16, ../scss/breakpoints/_tabletonly.scss */
  .grid-wrap-home .grid-box-0::before {
    padding-top: 56.25%;
  }
  /* line 20, ../scss/breakpoints/_tabletonly.scss */
  .grid-wrap-home .grid-box-1,
  .grid-wrap-home .grid-box-4,
  .grid-wrap-home .grid-box-11 {
    width: calc(66.666% - 10px);
  }
  /* line 26, ../scss/breakpoints/_tabletonly.scss */
  .grid-wrap-home .grid-box-4,
  .grid-wrap-home .grid-box-10 {
    float: right;
  }
  /* line 31, ../scss/breakpoints/_tabletonly.scss */
  .grid-wrap-home .grid-box-14 {
    width: calc(66.666% - 10px);
  }
  /* line 34, ../scss/breakpoints/_tabletonly.scss */
  .grid-wrap-home .grid-box-14::before {
    padding-top: 49%;
  }
  /* line 39, ../scss/breakpoints/_tabletonly.scss */
  .grid-wrap-home .grid-box-5,
  .grid-wrap-home .grid-box-7,
  .grid-wrap-home .grid-box-13 {
    clear: left;
  }
  /* line 51, ../scss/breakpoints/_tabletonly.scss */
  .grid-wrap-home .grid-box-0 h1,
  .grid-wrap-home .grid-box-1 h1,
  .grid-wrap-home .grid-box-4 h1,
  .grid-wrap-home .grid-box-11 h1,
  .grid-wrap-home .grid-box-0 .grid-title-main,
  .grid-wrap-home .grid-box-1 .grid-title-main,
  .grid-wrap-home .grid-box-4 .grid-title-main,
  .grid-wrap-home .grid-box-11 .grid-title-main {
    font-size: 24px;
    line-height: 30px;
    padding: 10px;
  }
  /* line 57, ../scss/breakpoints/_tabletonly.scss */
  body.en .grid-wrap-home .grid-box-0 h1,
  body.en .grid-wrap-home .grid-box-1 h1,
  body.en .grid-wrap-home .grid-box-4 h1,
  body.en .grid-wrap-home .grid-box-11 h1,
  body.en .grid-wrap-home .grid-box-0 .grid-title-main,
  body.en .grid-wrap-home .grid-box-1 .grid-title-main,
  body.en .grid-wrap-home .grid-box-4 .grid-title-main,
  body.en .grid-wrap-home .grid-box-11 .grid-title-main {
    font-family: "SST W20 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  /* line 60, ../scss/breakpoints/_tabletonly.scss */
  body.ja .grid-wrap-home .grid-box-0 h1,
  body.ja .grid-wrap-home .grid-box-1 h1,
  body.ja .grid-wrap-home .grid-box-4 h1,
  body.ja .grid-wrap-home .grid-box-11 h1,
  body.ja .grid-wrap-home .grid-box-0 .grid-title-main,
  body.ja .grid-wrap-home .grid-box-1 .grid-title-main,
  body.ja .grid-wrap-home .grid-box-4 .grid-title-main,
  body.ja .grid-wrap-home .grid-box-11 .grid-title-main {
    font-family: "SST W55 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
/*********************
DESKTOP
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  
  Stylesheet: Desktop Stylsheet
  
  ******************************************************************/
  /* line 7, ../scss/breakpoints/_1030up.scss */
  .noscroll {
    overflow: auto !important;
  }

  /*********************
  HEADER STYLES
  *********************/
  /* line 19, ../scss/breakpoints/_1030up.scss */
  #logo-header {
    /*background-image: url("../images/svg/logo_header_desktop.svg");*/
    /*width: 218px;*/
    width: 96px;
    height: 37px;
    margin-top: 15px;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 29, ../scss/breakpoints/_1030up.scss */
  #toggle-menu-content {
    padding-top: 80px;
  }

  /* secondary nav */
  /* line 34, ../scss/breakpoints/_1030up.scss */
  #header-nav-2 {
    margin-left: 50px;
  }

  /* line 38, ../scss/breakpoints/_1030up.scss */
  #header-social {
    padding-left: 50px;
  }

  /*********************
  GRID BOX
  *********************/
  /* line 46, ../scss/breakpoints/_1030up.scss */
  .grid-wrap-archive .grid-box {
    width: calc(25% - 10px);
  }
  /* line 49, ../scss/breakpoints/_1030up.scss */
  .grid-wrap-archive .grid-box.grid-box-1, .grid-wrap-archive .grid-box.grid-box-2 {
    width: calc(50% - 10px);
  }
  /* line 52, ../scss/breakpoints/_1030up.scss */
  .grid-wrap-archive .grid-box.grid-box-1:before, .grid-wrap-archive .grid-box.grid-box-2:before {
    padding-top: 56.25%;
  }
  /* line 59, ../scss/breakpoints/_1030up.scss */
  .grid-wrap-archive .grid-box.sticky:before {
    padding-top: 50%;
  }

  /* line 67, ../scss/breakpoints/_1030up.scss */
  .grid-wrap-home .grid-box {
    width: calc(25% - 10px);
    float: left;
  }
  /* line 72, ../scss/breakpoints/_1030up.scss */
  .grid-wrap-home .grid-box-0 {
    width: calc(100% - 10px);
  }
  /* line 75, ../scss/breakpoints/_1030up.scss */
  .grid-wrap-home .grid-box-0::before {
    padding-top: 56.25%;
  }
  /* line 79, ../scss/breakpoints/_1030up.scss */
  .grid-wrap-home .grid-box-1,
  .grid-wrap-home .grid-box-9 {
    width: calc(50% - 10px);
  }
  /* line 84, ../scss/breakpoints/_1030up.scss */
  .grid-wrap-home .grid-box-2,
  .grid-wrap-home .grid-box-6,
  .grid-wrap-home .grid-box-8,
  .grid-wrap-home .grid-box-12 {
    width: calc(50% - 10px);
  }
  /* line 90, ../scss/breakpoints/_1030up.scss */
  .grid-wrap-home .grid-box-2::before,
  .grid-wrap-home .grid-box-6::before,
  .grid-wrap-home .grid-box-8::before,
  .grid-wrap-home .grid-box-12::before {
    padding-top: 49%;
  }
  /* line 94, ../scss/breakpoints/_1030up.scss */
  .grid-wrap-home .grid-box-9 {
    float: right;
  }
  /* line 98, ../scss/breakpoints/_1030up.scss */
  .grid-wrap-home .grid-box-5,
  .grid-wrap-home .grid-box-12 {
    clear: left;
  }
  /* line 107, ../scss/breakpoints/_1030up.scss */
  .grid-wrap-home .grid-box-0 h1,
  .grid-wrap-home .grid-box-1 h1,
  .grid-wrap-home .grid-box-9 h1,
  .grid-wrap-home .grid-box-0 .grid-title-main,
  .grid-wrap-home .grid-box-1 .grid-title-main,
  .grid-wrap-home .grid-box-9 .grid-title-main {
    font-size: 24px;
    line-height: 30px;
    padding: 10px;
  }
  /* line 113, ../scss/breakpoints/_1030up.scss */
  body.en .grid-wrap-home .grid-box-0 h1,
  body.en .grid-wrap-home .grid-box-1 h1,
  body.en .grid-wrap-home .grid-box-9 h1,
  body.en .grid-wrap-home .grid-box-0 .grid-title-main,
  body.en .grid-wrap-home .grid-box-1 .grid-title-main,
  body.en .grid-wrap-home .grid-box-9 .grid-title-main {
    font-family: "SST W20 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  /* line 116, ../scss/breakpoints/_1030up.scss */
  body.ja .grid-wrap-home .grid-box-0 h1,
  body.ja .grid-wrap-home .grid-box-1 h1,
  body.ja .grid-wrap-home .grid-box-9 h1,
  body.ja .grid-wrap-home .grid-box-0 .grid-title-main,
  body.ja .grid-wrap-home .grid-box-1 .grid-title-main,
  body.ja .grid-wrap-home .grid-box-9 .grid-title-main {
    font-family: "SST W55 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 127, ../scss/breakpoints/_1030up.scss */
  .archive-title {
    font-size: 48px;
    padding: 65px 25px;
  }

  /* line 134, ../scss/breakpoints/_1030up.scss */
  .entry-content blockquote {
    margin: 40px auto;
  }
  /* line 137, ../scss/breakpoints/_1030up.scss */
  .entry-content blockquote p {
    margin: 0;
    font-size: 24px;
    line-height: 38px;
  }

  /* line 148, ../scss/breakpoints/_1030up.scss */
  .footer-meta .wrap {
    position: relative;
  }

  /* line 151, ../scss/breakpoints/_1030up.scss */
  .c-and-t {
    position: absolute !important;
    left: 0;
    bottom: 30px;
    width: 150px;
    text-align: left;
    margin: 0;
    z-index: 600;
  }
  /* line 160, ../scss/breakpoints/_1030up.scss */
  .c-and-t ul li {
    margin: 0 5px 5px 0;
  }
  /* line 164, ../scss/breakpoints/_1030up.scss */
  .c-and-t .box-cats {
    border-right: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 2px #d8d8d8;
  }

  /*********************
  FOOTER STYLES
  *********************/
  /* line 177, ../scss/breakpoints/_1030up.scss */
  #newsletter-signup p {
    font-size: 22px;
    line-height: 38px;
  }

  /* line 182, ../scss/breakpoints/_1030up.scss */
  .footer {
    font-size: 16px;
  }
}
/*********************
LARGE VIEWING SIZE
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Stylesheet: Super Large Monitor Stylesheet
  
  ******************************************************************/
  /* line 7, ../scss/breakpoints/_1240up.scss */
  .size-large {
    left: 0 !important;
  }

  #newsletter-signup #inquiry {
    width: 270px;
    height: 64px;
    line-height: 64px;
    font-size: 26px;
  }
}
/* Bento Edits */
/* line 109, ../scss/style.scss */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #666;
}

/* line 112, ../scss/style.scss */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  opacity: 1;
}

/* line 116, ../scss/style.scss */
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  opacity: 1;
}

/* line 120, ../scss/style.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

/* line 124, ../scss/style.scss */
.newsletter-signup .fa-envelope:before {
  color: #999;
}

/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 13, ../scss/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 21, ../scss/partials/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 26, ../scss/partials/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 31, ../scss/partials/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 36, ../scss/partials/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 42, ../scss/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 47, ../scss/partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 51, ../scss/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 55, ../scss/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 63, ../scss/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 68, ../scss/partials/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 74, ../scss/partials/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

#inner-header > h1 {
  font-size: 0;
}

